Michael Schwendt wrote:
> 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.
Understood, but he said he's using startx 2&>1 | tee xwinlog and we are
saying to use startx 2>&1 | tee winlog (or shorter way, startx >& |tee
xwinlog) which would account for him not getting anything in his
xwinlog, no?
_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list