Is there a command line program or script I can filter something through to remove color? For example, if I want to run 'emerge' and get output with no color, how can I do this?
You could always use tee, and just set the file to /dev/null.. I think tee will cut the colors out and still output to the screen.
It works well enough for me. Thank you.
-- Andrew Gaffney
-- [EMAIL PROTECTED] mailing list
