Like spool in UNIX

Hi,

Can you please help me how to spool the unix commands executed in my client and its output to a file in local machine.
Basically, I want to save all OS commands executed in my session and its output into a file from my client something like we do oracle with "SPOOL".

Thanks in advance.

Regards,
Pointers

Try script /path/to/file. Hit ctrl-D to quit. It's best to use a no-frills shell with it, you'll end up with fewer screen-control characters in the output file.

Thank you very much.
That solves the problem.

Regards,
Pointers