is there a way to make stdin
and stderr
visible in unix bash/zsh/whatever?
Maybe turn the stderr output to red or something like that.
It is always a pain if you are figuring out why you can't parse the output from command x. This often drives me crazy. Then I do the 2>
thing but at this point 30 minutes are already gone...
-Timo