Skip to content

Instantly share code, notes, and snippets.

@sepastian
Created February 6, 2019 18:07
Show Gist options
  • Save sepastian/e372f51c448396b3dcd12141ccbadab9 to your computer and use it in GitHub Desktop.
Save sepastian/e372f51c448396b3dcd12141ccbadab9 to your computer and use it in GitHub Desktop.
Count files in pwd by extension
ls | rev | cut -d '.' -f 1 | rev | sort | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment