Created
March 24, 2015 21:05
-
-
Save RicardoMurad/6edcd84a6ed6d9d1ac38 to your computer and use it in GitHub Desktop.
find file by encode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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