[nos-bbs] Opps for got to attch the output file

(Skip) K8RRA k8rra at ameritech.net
Sun Sep 24 20:30:13 EDT 2006


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
> 
> 



73
de [George (Skip) VerDuin] K8RRA k
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.tapr.org/pipermail/nos-bbs_lists.tapr.org/attachments/20060924/51374fa5/attachment.html>


More information about the nos-bbs mailing list