Skip to content

Instantly share code, notes, and snippets.

@AntoineAugusti
Created December 14, 2012 17:46
Show Gist options
  • Save AntoineAugusti/4287255 to your computer and use it in GitHub Desktop.
Save AntoineAugusti/4287255 to your computer and use it in GitHub Desktop.
Inodes in a directory
find . -type f | cut -d "/" -f 2 | sort | uniq -c | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment