On Thu, Sep 02, 2004 at 02:20:55PM +0100, Thomas Adam wrote:
> On Thu, Sep 02, 2004 at 01:19:09PM +0000, Will Ness wrote:
> > Hello !!
> > 
> > I have an X-Windows configuration issue, and it was suggested on IRC that I 
> > post the error log onto the mailing list for others to look at, and perhaps 
> > to solve my problem. The question is how do I do this on a strictly command 
> > prompt basis? Remember I have NO GUI, so I cannot do the normal highlight 
> > with the mouse and paste into window deal. Any advice? TIA!!
> 
> command > ~/error.log 2>&1

Or

  command 2>&1 | tee error.log

in case you want th see the output while it is running.

-- hendrik


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to