On Friday 27 June 2003 08:09 pm, Chris wrote:
> On Friday 27 June 2003 06:37 pm, Rob Blomquist wrote:
> > On Friday 27 June 2003 02:57 am, Aron Smith wrote:
> > > I know that this sounds pre newbie but how do I take a screen from a
> > > root terminal session and print it for further study?
> >
> > All you need to do is highlight the text with your mouse, then right
> > click the screen to reveal a context window, and choose copy. Then paste
> > it to any text editor.
> >
> > The other way is to run a command line like this:
> > "the_command_line_writes_the_text > ~/outputfilename" That will send the
> > output to a text file of the outputfilename.
>
> Possibly easier way, highlight txt, then ctrl c to copy txt to buffer, 
> open up txt file, ctrl v to paste txt into file or email or whatever you
> choose. At least it is for me.

easiest way by example

ls > ls.txt

This produces a text file named ls.txt with the output of the ls command.  
Replace the ls in my example with anything that creates text output, and name 
the output file anything you want.
-- 
/g

"Outside of a dog, a man's best friend is a book, inside
a dog it's too dark to read" -Groucho Marx

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to