HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

scriptreplay — Replay a typescript created by the `script` command to `stdout`. More information: <https://manned.o

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thescriptreplaycommandcreatedclireplaytypescriptscript
linux

Problem

How to use the scriptreplay command: Replay a typescript created by the script command to stdout. More information: <https://manned.org/scriptreplay>.

Solution

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

Code Snippets

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

Context

tldr-pages: linux/scriptreplay

Revisions (0)

No revisions yet.