Skip to content

Instantly share code, notes, and snippets.

@jbianquetti
Created April 26, 2013 07:04
Show Gist options
  • Select an option

  • Save jbianquetti/5465455 to your computer and use it in GitHub Desktop.

Select an option

Save jbianquetti/5465455 to your computer and use it in GitHub Desktop.
Find and highlight nay non ASCII character
rgrep --color='auto' -P -n "[\x80-\xFF]" *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment