mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 18:06:00 +02:00
scriptreplay: add page (#2928)
This commit is contained in:
parent
cc9bcd4d85
commit
5d78160d43
1 changed files with 15 additions and 0 deletions
15
pages/linux/scriptreplay.md
Normal file
15
pages/linux/scriptreplay.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# scriptreplay
|
||||
|
||||
> Replay a typescript created by the `script` command to the standard output.
|
||||
|
||||
- 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`
|
Loading…
Add table
Reference in a new issue