Skip to content

Instantly share code, notes, and snippets.

@ephemerr
Created August 22, 2017 11:21
Show Gist options
  • Save ephemerr/fbd16556a606365f8aed8dbca6694776 to your computer and use it in GitHub Desktop.
Save ephemerr/fbd16556a606365f8aed8dbca6694776 to your computer and use it in GitHub Desktop.
strips color codes
perl -pe 's/\e\[?.*?[\@-~]//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment