Skip to content

Instantly share code, notes, and snippets.

@airbr
Created June 24, 2017 16:21
Show Gist options
  • Save airbr/cd7344da8df3d7a7eed697ac6faee3bb to your computer and use it in GitHub Desktop.
Save airbr/cd7344da8df3d7a7eed697ac6faee3bb to your computer and use it in GitHub Desktop.
Find all file types/sort
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