Skip to content

Instantly share code, notes, and snippets.

@daveshah
Forked from madansr/getFileExtensions
Created November 20, 2013 17:52
Show Gist options
  • Save daveshah/7567782 to your computer and use it in GitHub Desktop.
Save daveshah/7567782 to your computer and use it in GitHub Desktop.
find . -type f | awk -F'.' '{print $NF}' | sort| uniq -c | sort -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment