Skip to content

Instantly share code, notes, and snippets.

@teefan
Last active June 19, 2018 05:26
Show Gist options
  • Save teefan/d1a541e10d934dd998b51ad2c46cdb0c to your computer and use it in GitHub Desktop.
Save teefan/d1a541e10d934dd998b51ad2c46cdb0c to your computer and use it in GitHub Desktop.
Check file types of all files recursively osx terminal command line
find ./images -name "*.png" | xargs -Irepl file -I repl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment