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

> Output content of session files created by script command to standard output.
lbonanomi marked this conversation as resolved.
Show resolved Hide resolved

- Replay {{path/to/session.out}} at the speed it was recorded:
lbonanomi marked this conversation as resolved.
Show resolved Hide resolved

`scriptreplay {{path/to/timingfile}} {{path/to/session.out}}`
lbonanomi marked this conversation as resolved.
Show resolved Hide resolved

- Replay {{typescript_file}} at double-speed:
lbonanomi marked this conversation as resolved.
Show resolved Hide resolved

`scriptreplay {{path/to/timingfile}} {{path/to/session.out}} 2`
lbonanomi marked this conversation as resolved.
Show resolved Hide resolved

- Replay {{typescript_file}} at half-speed:
lbonanomi marked this conversation as resolved.
Show resolved Hide resolved

`scriptreplay {{path/to/timingfile}} {{path/to/session.out}} .5`
lbonanomi marked this conversation as resolved.
Show resolved Hide resolved