Skip to content

Instantly share code, notes, and snippets.

@tandibar
Created February 12, 2013 17:34
Show Gist options
  • Save tandibar/4771585 to your computer and use it in GitHub Desktop.
Save tandibar/4771585 to your computer and use it in GitHub Desktop.
find non ascii characters in a directory tree
find app/* | xargs pcregrep --color='auto' -n "[\x80-\xFF]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment