4Oct/091
Using script to record a terminal session.
script is a useful utility in Linux that records everything that is printed to stdout to a specified file.
[dacaprice@fedora10 ~]$ script filename.txt
I find script particularly useful for capturing a large amount of output from a router or firewall that I need to save it to a file.
January 10th, 2010 - 21:20
Sweet I was looking for something like this, I have been using putty, but is cool.