Skip to content

Instantly share code, notes, and snippets.

@humbertodias
Created January 1, 2018 16:06
Show Gist options
  • Save humbertodias/4bb62b6427a276d69183d9d1c3404c22 to your computer and use it in GitHub Desktop.
Save humbertodias/4bb62b6427a276d69183d9d1c3404c22 to your computer and use it in GitHub Desktop.
Counting files by extension
find . -type f | sed -n 's/..*\.//p' | sort | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment