mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 22:47:03 +00:00
Update cheatsheets
This commit is contained in:
21
linux/scriptreplay
Normal file
21
linux/scriptreplay
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user