Skip to content

Instantly share code, notes, and snippets.

@skangmy
Created February 21, 2023 04:49
Show Gist options
  • Save skangmy/f96707edb909d1664a9f13cc94680949 to your computer and use it in GitHub Desktop.
Save skangmy/f96707edb909d1664a9f13cc94680949 to your computer and use it in GitHub Desktop.
Remove ansi color code
sed -i 's/\x1b\[[0-9;]*m//g' reporting.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment