Skip to content

Instantly share code, notes, and snippets.

@peta
Created May 13, 2011 11:46
Show Gist options
  • Save peta/970399 to your computer and use it in GitHub Desktop.
Save peta/970399 to your computer and use it in GitHub Desktop.
Sniff type of files by scanning their contents
#!/usr/bin/env sh
# A simple one-liner
find . -depth 1 -type f -name "*.pdf" -exec file {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment