FilterColors
From GoboLinux Knowledge Base
Filter standard input to monochrome (ie, remove terminal escape codes for coloring).
Usage: FilterColors
Options:
- -h, --help - Shows this help.
- -v, --version - Show program version.
- -V, --verbose - Enable verbose mode.
Piping output through FilterColors removes terminal escape codes (which usually define color, but may have other uses).
Examples:
FilterColors is usually used through a pipe:
some_command | FilterColors


