[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Copying Text from a command prompt...No GUI Involved, and then X-windows issue



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



Reply to: