Skip to content

Instantly share code, notes, and snippets.

@benhg
Created March 25, 2019 17:49
Show Gist options
  • Save benhg/26c8afa724c583365a0d1738210b72a0 to your computer and use it in GitHub Desktop.
Save benhg/26c8afa724c583365a0d1738210b72a0 to your computer and use it in GitHub Desktop.
Remove all non ascii characters with a little perl inline
perl -pi -e 's/[^[:ascii:]]//g' *.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment