Created
April 22, 2014 15:57
-
-
Save cblanc/11184617 to your computer and use it in GitHub Desktop.
grep for all non-ASCII Characters
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.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment