I was working on a shell and got some weird exceptions in my program.
Just as a reference, I want to save all that is there on my shell to a text file. I do not just want the command history but also all the results that those commands produced at the shell.
Is there some built-in utility to do this? I have kept the shell open for now, so that I can take the backup. Also, I am using xterm and it does not allow selecting all the way upto the top of the shell, so the ultimate way is to take the backup one screen at a time. Any suggestions?
The shell looks like


scriptto save the input and output. – Dennis Williamson Sep 2 '10 at 18:58