[nos-bbs] Opps for got to attch the output file
Bob Nielsen
nielsen at oz.net
Sun Sep 24 21:50:29 EDT 2006
On Sep 24, 2006, at 5:30 PM, (Skip) K8RRA wrote:
> Close Glen...
>
> On Sun, 2006-09-24 at 11:35 -0700, Glenn Thomas wrote:
>> Hi all... It's been awhile, but as I recall make echos commands
>> the stdout while gcc et.al. writes their error messages to stderr.
>> Thus, a better command to capture everything in the correct order
>> is either: make >& logfile.txt
> that is good for c shell but for bourne shell (I believe default on
> ubuntu) how about:
> make 2>&1 > logfile.txt
>> or make &> logfile.txt 73 de Glenn wb6w
>
I thought that also, but tried it on Ubuntu (bash) and it worked.
Bob, N7XY
More information about the nos-bbs
mailing list