[ILUG] Loging commands and output

Gary Coady gary at apollo.netsoc.tcd.ie
Mon May 22 12:58:03 IST 2000


On Mon, May 22, 2000 at 01:00:18PM +0100, Anton Mc Kee wrote:
> Is there any way I can log the out put of every command I type to a text
> file.
> 
> SO for example if I type ls -aol I get the command and it's outout. I know
> that there was something linke that in Linux but I think it may have been
> for programming. BTW I don't want to have to type ls -aol > output.text |
> cat output.text

Well for logging the output of every command, try
script -a <file>

For logging individual files,
ls -aol | tee <file>

-- 
Gary Coady..http://www.netsoc.tcd.ie/~gary/
   ... lend your voices only to sounds of freedom. No longer lend your
      strength to that which you wish to be free from.             --- Jewel




More information about the ILUG mailing list