tldr/pages/linux/scriptreplay.md
Lena d427f333b2
pages/*: add backticks around I/O streams (#10436)
* as suggested in #10428
* standard input  => `stdin`
* standard output => `stdout`
* standard error  => `stderr`

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 10:59:02 +05:30

488 B

scriptreplay

Replay a typescript created by the script command to stdout. More information: https://manned.org/scriptreplay.

  • Replay a typescript at the speed it was recorded:

scriptreplay {{path/to/timing_file}} {{path/to/typescript}}

  • Replay a typescript at double the original speed:

scriptreplay {{path/to/timingfile}} {{path/to/typescript}} 2

  • Replay a typescript at half the original speed:

scriptreplay {{path/to/timingfile}} {{path/to/typescript}} 0.5