Skip to content

Instantly share code, notes, and snippets.

@kkismd
Created March 15, 2017 03:04
Show Gist options
  • Save kkismd/8b4e1d53b40cb373f9f74fd82773bf81 to your computer and use it in GitHub Desktop.
Save kkismd/8b4e1d53b40cb373f9f74fd82773bf81 to your computer and use it in GitHub Desktop.
Railsログのエスケープシーケンスを削除
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