Created
October 22, 2014 13:40
-
-
Save jorge-lavin/d2fe2a7f82c8307f1564 to your computer and use it in GitHub Desktop.
non ascii in files with grep
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
grep --color='auto' -P -n "[\x80-\xFF]" /file.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment