|
|
Rockbox mail archiveSubject: Re: CompilingFrom: Michael Graham (magog_at_the-wire.com) Date: 2003-11-28
> ...and you can't redirect it to a file either, cos the errors are written
FWIW, you can redirect STDERR in both cmd.exe and bash using the
somecommand 2> errors.txt
You can redirect both at once with:
somecommand 2> errors.txt > output.txt
For instance, try the following:
perl -le "print 'message!'; print STDERR 'error!'" 2> errors.txt >output.txt
Michael
-- Michael Graham magog_at_the-wire.com
Page was last modified "Jan 10 2012" The Rockbox Crew |