On 2001-08-07, [EMAIL PROTECTED] wrote:

>> The command was given to me by a KDE support guy as follows:
>>
>> startx 2&>1 | tee xwinlog
>
>I use startx >& xwinlog

Which is the short form of: startx 2>&1 > xwinlog

Btw, some people prefer the "| tee FILE" notation because it can
easily be modified to append to FILE and bears less a risk of
killing a (wrong) file with ">" by accident.



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to