Hey Everyone,
This one's been bugging me for a while now. Is it possible to redirect stdout
and stderr
to both the terminal output and to a program?
I understand it's possible to redirect the outputs to a file and to stdout
with tee
, but I want it to go to a program (my editor [TextMate]) as well as to the terminal output… surely this is possible (I know its possible with zsh…)
Thanks =)