Skip to content

Instantly share code, notes, and snippets.

@acsrujan
Created April 8, 2016 12:00
Show Gist options
  • 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