Skip to content

Instantly share code, notes, and snippets.

Created December 13, 2012 18:34
Show Gist options
  • Save anonymous/4278544 to your computer and use it in GitHub Desktop.
Save anonymous/4278544 to your computer and use it in GitHub Desktop.
finding non-ascii characters in a file on OS X 10.8 (or maybe other BSDs)
pcregrep --color='auto' -n "[\x80-\xFF]" filename.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment