Created
February 6, 2019 18:07
-
-
Save sepastian/e372f51c448396b3dcd12141ccbadab9 to your computer and use it in GitHub Desktop.
Count files in pwd by extension
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
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