Skip to content

Instantly share code, notes, and snippets.

@rocknr011
Created February 19, 2020 05:48
Show Gist options
  • Select an option

  • Save rocknr011/5cbf0fd33ab6a21ec4443a70fe5c983f to your computer and use it in GitHub Desktop.

Select an option

Save rocknr011/5cbf0fd33ab6a21ec4443a70fe5c983f to your computer and use it in GitHub Desktop.
remove ANSI escape sequences
sed 's/\x1b\[[0-9;]*m//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment