Created
March 15, 2017 03:04
-
-
Save kkismd/8b4e1d53b40cb373f9f74fd82773bf81 to your computer and use it in GitHub Desktop.
Railsログのエスケープシーケンスを削除
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
ruby -p -e "gsub /\e\[\d{1,3}[mK]/, ''" < INPUT > OUTPUT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment