[cs615asa] Fwd: (no subject)

Jan Schaumann jschauma at stevens.edu
Fri Feb 10 17:38:35 EST 2017


Xinrui Bai <xbai6 at stevens.edu> wrote:

> this is the command I use: script -t 2>timestamp -a 615script

You can't mix output redirection with command-line flags.  The
'2>timestamp' should be at the end of the command.

Depending on the version of your OS and the script command, it may also
be that it supports different options to enable recording of sessions.

See the manual page to see how to enable this.

On linux-lab, the command to run is:

script -t 2>timestamps


On macOS, it might be:

script -r

In that case, there's only a single file to submit.

-Jan


More information about the cs615asa mailing list