Skip to content

Instantly share code, notes, and snippets.

@stil
Created March 16, 2016 23:27
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 stil/715d8ee49cd8fe385c50 to your computer and use it in GitHub Desktop.
Save stil/715d8ee49cd8fe385c50 to your computer and use it in GitHub Desktop.
# http://stackoverflow.com/a/9387415/1420356
find . -xdev -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