Created
June 24, 2017 16:21
-
-
Save airbr/cd7344da8df3d7a7eed697ac6faee3bb to your computer and use it in GitHub Desktop.
Find all file types/sort
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 ~/<directory> -exec file -b --mime-type {} + | sort | uniq -c | sort -nr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment