Skip to content

Instantly share code, notes, and snippets.

@RicardoMurad
Created March 24, 2015 21:05
Show Gist options
  • Select an option

  • Save RicardoMurad/6edcd84a6ed6d9d1ac38 to your computer and use it in GitHub Desktop.

Select an option

Save RicardoMurad/6edcd84a6ed6d9d1ac38 to your computer and use it in GitHub Desktop.
find file by encode
find . -name "*.jsp" -type f -exec file --mime {} \; | grep "charset=utf-8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment