LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   print screen (https://www.linuxquestions.org/questions/linux-newbie-8/print-screen-430990/)

imiziq 04-02-2006 12:24 PM

print screen
 
hi

how can i copy certain number of scripts line on my root console,pass it on appropriate editor and print it

tq

Matir 04-02-2006 01:51 PM

Have you used output redirection, as in:
Code:

COMMAND > FILE
This will capture the output of COMMAND in the file FILE.

muha 04-03-2006 03:27 AM

Code:

script <textfile>
Start logging every command and textoutput to a textfile.
Code:

exit
to stop logging.


All times are GMT -5. The time now is 09:01 AM.