December 1999
Beginner
528 pages
11h 10m
English
Format:
script option file
Option:
| -a | Append the output to a file |
You can create a complete history of your session by using script. Simply invoke it at the command line. Script will terminate when you exit your session. Script copies what you type and appends it to a file.
$ script mylogin
will start the script session and log everything to the file mylogin.
Read now
Unlock full access