Skip to content

Instantly share code, notes, and snippets.

@kevingo
Last active May 6, 2016 03:38
Show Gist options
  • Select an option

  • Save kevingo/01d6d0f4124575cf604b568da991db48 to your computer and use it in GitHub Desktop.

Select an option

Save kevingo/01d6d0f4124575cf604b568da991db48 to your computer and use it in GitHub Desktop.
Find number of files
for i in /*; do echo $i; find $i |wc -l; done
[http://www.ivankuznetsov.com/2010/02/no-space-left-on-device-running-out-of-inodes.html](http://www.ivankuznetsov.com/2010/02/no-space-left-on-device-running-out-of-inodes.html)
(http://www.ivankuznetsov.com/2010/02/no-space-left-on-device-running-out-of-inodes.html)[http://www.ivankuznetsov.com/2010/02/no-space-left-on-device-running-out-of-inodes.html]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment