scriptlive
linux
Execute a typescript created by the `script` command in real-time. See also: `script`.
More info →Examples (4)
Execute a typescript in real-time
scriptlive path/to/timing_file path/to/typescriptExecute a typescript at double the original speed
scriptlive path/to/timing_file path/to/typescript --divisor 2Execute a typescript created using `--log-in` option of `script`
scriptlive --log-in path/to/stdin_log_file path/to/typescriptExecute a typescript waiting at most 2 seconds between each command
scriptlive path/to/timing_file path/to/typescript --maxdelay 2made by @shridhargupta | data from tldr-pages