Updated How to make the output in plain text without the colors? (markdown)

Peter
2014-04-10 14:43:34 -07:00
parent 477da3b0ab
commit 1a6e4da3b9

@@ -3,6 +3,7 @@ But if you want to remove the colour in the output text, you can use an extra Li
'Pipe' your terminal output through: 'Pipe' your terminal output through:
```sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g"``` ```sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g"```
This command removes the so called: 'Terminal Escape Sequence codes' This command removes the so called: 'Terminal Escape Sequence codes'
Example: Example: