Skip to content

Instantly share code, notes, and snippets.

@arbitrary-dev
Last active December 29, 2016 19:01
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 arbitrary-dev/471bfc54ea9c1984d6514eb1ad94d44d to your computer and use it in GitHub Desktop.
Save arbitrary-dev/471bfc54ea9c1984d6514eb1ad94d44d to your computer and use it in GitHub Desktop.
Where my inodes at?
# 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