Skip to content

Instantly share code, notes, and snippets.

@davidbaiguini
Created May 11, 2018 10:07
Show Gist options
  • Save davidbaiguini/524b51f97feb59d4bd236af6f7661a34 to your computer and use it in GitHub Desktop.
Save davidbaiguini/524b51f97feb59d4bd236af6f7661a34 to your computer and use it in GitHub Desktop.
#
find . -type f | cut -d / -f 2 | sort | uniq -c | sort -rn | head -5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment