Red Squirrel
No Lifer
Is there a way to append stderr and stdout to same file? I can't figure out how. I tried
command 1>> 2>> file
command &>> file
command >>& file
and many other combinations, no luck.
command 1>> 2>> file
command &>> file
command >>& file
and many other combinations, no luck.