Skip to content

Instantly share code, notes, and snippets.

@hiono
Last active July 8, 2022 11:31
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hiono/7766837 to your computer and use it in GitHub Desktop.
Save hiono/7766837 to your computer and use it in GitHub Desktop.
ANSIエスケープシーケンスを除去する
alias rmescseq='sed -r "s:\x1B\[[0-9;]*[mK]::g"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment