Skip to content

Instantly share code, notes, and snippets.

@jyhsu2000
Last active May 22, 2018 05:32
Show Gist options
  • Save jyhsu2000/1afd7618042e00202cf10ce2616dafe9 to your computer and use it in GitHub Desktop.
Save jyhsu2000/1afd7618042e00202cf10ce2616dafe9 to your computer and use it in GitHub Desktop.
Count all files 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