Created
October 24, 2017 12:09
-
-
Save jdmichaud/0c038cbc203f13208f0d5c4c3141735a to your computer and use it in GitHub Desktop.
Remove color codes from text
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
cat coloredtext | sed 's/\x1b\[[0-9;]*m//g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment