Skip to content

Instantly share code, notes, and snippets.

@felipebelluco
Created September 15, 2018 00:02
Show Gist options
  • Save felipebelluco/370c805fe24567b082e33819e9ff47ee to your computer and use it in GitHub Desktop.
Save felipebelluco/370c805fe24567b082e33819e9ff47ee to your computer and use it in GitHub Desktop.
Number of files grouped by extension
cd src/ && find -type f | sed -e 's/.*.//' | sort | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment