Skip to content

Instantly share code, notes, and snippets.

@valtoni
Created June 1, 2018 14:03
Show Gist options
  • Save valtoni/b55a64d2204d6581a23158754b754188 to your computer and use it in GitHub Desktop.
Save valtoni/b55a64d2204d6581a23158754b754188 to your computer and use it in GitHub Desktop.
Nice count and sort jar files grouped by directory
find . -name "*.jar" | rev | cut -d "/" -f 2-10 | rev | uniq -c | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment