$title = "Recording a terminal session - script"; $area = "Unix Support"; $metadata = ""; $pfloc = ""; require '/usr/local/wwwdocs/ucs/fragments/header.phtml'; require '/usr/local/wwwdocs/ucs/fragments/header-bc.phtml'; ?>
script [-a] [ filename ]
The command
script
makes a record of everything printed on your screen in a file called typescript. To stop recording, type CTRL/D.
To specify a different file for the recording, type
script name
where name is the name of the file that you wish to use.
Use the -a option if you want to append the recording to a file rather than overwriting it.
require '/usr/local/wwwdocs/ucs/fragments/footer.phtml'; ?>