Skip to content

Instantly share code, notes, and snippets.

@jorge-lavin
Created October 22, 2014 13:40
Show Gist options
  • Save jorge-lavin/d2fe2a7f82c8307f1564 to your computer and use it in GitHub Desktop.
Save jorge-lavin/d2fe2a7f82c8307f1564 to your computer and use it in GitHub Desktop.
non ascii in files with grep
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