Skip to content

Instantly share code, notes, and snippets.

@acsrujan
Created April 8, 2016 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acsrujan/9c1e564ae337dff56419989e8587c694 to your computer and use it in GitHub Desktop.
Save acsrujan/9c1e564ae337dff56419989e8587c694 to your computer and use it in GitHub Desktop.
To find largest inode directory.
```for i in /*; do echo $i; find $i |wc -l; done```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment