1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:02:08 +02:00
tldr/pages/linux/scriptreplay.md
2022-03-21 14:07:48 -03:00

16 lines
499 B
Markdown

# scriptreplay
> Replay a typescript created by the `script` command to the standard output.
> 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`