Hi there,
I am looking for a way to have a colorized output when piping to tee, e.g.:
/usr/bin/emerge --ask --update --deep --newuse --tree --verbose @world | tee --append nom.txt
I already tried installing "dev-tcltk/expect" which should actually contain "unbuffer" which can help me out. But there is no unbuffer command.
Am I missing something or is there any other way to do that?
-Ramon