From: Gary Coady (gary at domain apollo.netsoc.tcd.ie)
Date: Mon 22 May 2000 - 12:58:03 IST
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
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:06:14 GMT