Skip to content

Instantly share code, notes, and snippets.

@onokatio
Created January 10, 2020 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onokatio/e0418ca3698d679da5dd06ac018ebcad to your computer and use it in GitHub Desktop.
Save onokatio/e0418ca3698d679da5dd06ac018ebcad to your computer and use it in GitHub Desktop.
find | xargs -L1 basename | grep '\.' | cut -d '.' -f 2 | sort | uniq -c | sort -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment