--------------------------------------------------

On Sep 7, 8:40 pm, "Parin S." <[email protected]> wrote:
> Actually i want to prepare file in my college on shell scripting so i
> need to take screen dumps of terminals. Pls help hw cn i do that in
> shell like we 'tee' in mysql...........
--------------------------------------------------

Obvious Answer is :

>>  Use Re-directions, the easiest way to get the screen output to a file !
      This also includes pipelining it to a tee command if you want
output to both screen and a file.
      tee command is natively from linux shell and not from mysql !

>> Other is that if you are using graphical shell then you can just select and 
>> copy
     In case of non graphical shell as well you can copy by mouse by
selecting the text and right clicking to paste

>>  Lastly .. If you want an image of the exact thing.. then print screen is 
>> the solution !

Yugal
--~--~---------~--~----~------------~-------~--~----~
Do you have another question? Click here - 
http://groups.google.com/group/iitdlug/post
l...@iitd community mailing list -- http://groups.google.com/group/iitdlug
-~----------~----~----~----~------~----~------~--~---

Reply via email to