Skip to content

Instantly share code, notes, and snippets.

@mgoldey
Created May 10, 2018 20:34
Show Gist options
  • Save mgoldey/998277e6727197809bec8c9acf3abe02 to your computer and use it in GitHub Desktop.
Save mgoldey/998277e6727197809bec8c9acf3abe02 to your computer and use it in GitHub Desktop.
Identify non ascii chars in a file
grep --color='auto' -P -n "[^\x00-\x7F]" file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment