Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scriptreplay: add page #2928

Merged
merged 9 commits into from
Apr 20, 2019
Merged
15 changes: 15 additions & 0 deletions pages/linux/scriptreplay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# scriptreplay

> Replay a typescript created by the script command to standard output.
lbonanomi marked this conversation as resolved.
Show resolved Hide resolved

- 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`