-
-
Save matsuu/2af4804d55d482637b6cbda2b071e565 to your computer and use it in GitHub Desktop.
ANSIエスケープシーケンスを除去する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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