1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/scriptreplay.md

17 lines
488 B
Markdown
Raw Normal View History

2019-04-20 10:48:57 -04:00
# scriptreplay
> Replay a typescript created by the `script` command to `stdout`.
> More information: <https://manned.org/scriptreplay>.
2019-04-20 10:48:57 -04:00
- 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`