Last active
May 6, 2016 03:38
-
-
Save kevingo/01d6d0f4124575cf604b568da991db48 to your computer and use it in GitHub Desktop.
Find number of files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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