Skip to content

Instantly share code, notes, and snippets.

@cblanc
Created April 22, 2014 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cblanc/11184617 to your computer and use it in GitHub Desktop.
Save cblanc/11184617 to your computer and use it in GitHub Desktop.
grep for all non-ASCII 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