Skip to content

Instantly share code, notes, and snippets.

@squiter
Created February 29, 2012 17:09
Show Gist options
  • Save squiter/1942527 to your computer and use it in GitHub Desktop.
Save squiter/1942527 to your computer and use it in GitHub Desktop.
List encoding of all files in a folder
for file in *.php; do file --mime $file;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment