Created
July 31, 2018 12:01
-
-
Save paulbrodner/4d688ff1dd6e2af07f57ab2ff14e4cf8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find . -name "*.jar" -type f -printf "%f\n" |sort | uniq -c > jars.txt | |
| #count | |
| find . -name "*.jar" -type f -printf "%f\n" |sort | uniq -c | wc -l >> jars.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment