Skip to content

Instantly share code, notes, and snippets.

@matsuu
Forked from hiono/remove-ansi-escape-sequence
Last active April 20, 2022 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matsuu/2af4804d55d482637b6cbda2b071e565 to your computer and use it in GitHub Desktop.
Save matsuu/2af4804d55d482637b6cbda2b071e565 to your computer and use it in GitHub Desktop.
ANSIエスケープシーケンスを除去する
alias rmescseq='sed -r "s:\x1B\[[0-9;]*[lmsK]::g"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment