Last active
December 29, 2016 19:01
-
-
Save arbitrary-dev/471bfc54ea9c1984d6514eb1ad94d44d to your computer and use it in GitHub Desktop.
Where my inodes at?
This file contains 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
# find-inodes <path> | |
find $1 -xdev -printf '%h\n' | sort | uniq -c | sort -k1 -n | less |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment