-
How to Capture a Unix Terminal Session
-
-
Story Title:
-
URL:
-
Posted by:
-
Posted:256 days ago
-
Category:
-
Tags:
-
-
One of the best methods to capture a Unix terminal session is to use the `script` command. In this example we start a script session, run a couple of commands, and then use the `exit` command to stop capturing the terminal session: $ script Script started, output file is typescript $ pwd /home/will $ ps [...]
-






