File: scriptreplay.1

package info (click to toggle)
util-linux 2.41-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-updates
  • size: 95,208 kB
  • sloc: ansic: 179,016; sh: 22,689; yacc: 1,284; makefile: 528; xml: 422; python: 316; lex: 89; ruby: 75; csh: 37; exp: 19; sed: 16; perl: 15; sql: 9
file content (207 lines) | stat: -rw-r--r-- 6,277 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
'\" t
.\"     Title: scriptreplay
.\"    Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.20
.\"      Date: 2025-03-04
.\"    Manual: User Commands
.\"    Source: util-linux 2.41
.\"  Language: English
.\"
.TH "SCRIPTREPLAY" "1" "2025-03-04" "util\-linux 2.41" "User Commands"
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.ss \n[.ss] 0
.nh
.ad l
.de URL
\fI\\$2\fP <\\$1>\\$3
..
.als MTO URL
.if \n[.g] \{\
.  mso www.tmac
.  am URL
.    ad l
.  .
.  am MTO
.    ad l
.  .
.  LINKSTYLE blue R < >
.\}
.SH "NAME"
scriptreplay \- play back typescripts, using timing information
.SH "SYNOPSIS"
.sp
\fBscriptreplay\fP [options] \fItimingfile\fP [\fItypescript\fP [\fIdivisor\fP]]
.SH "DESCRIPTION"
.sp
This program replays a typescript, using timing information to ensure that output happens in the same rhythm as it originally appeared when the script was recorded.
.sp
The replay simply displays the information again; the programs that were run when the typescript was being recorded are \fBnot run again\fP. Since the same information is simply being displayed, \fBscriptreplay\fP is only guaranteed to work properly if run on the same type of terminal the typescript was recorded on. Otherwise, any escape characters in the typescript may be interpreted differently by the terminal to which \fBscriptreplay\fP is sending its output.
.sp
The timing information is what \fBscript\fP(1) outputs to file specified by \fB\-\-log\-timing\fP.
.sp
By default, the \fItypescript\fP to display is assumed to be named \fBtypescript\fP,
but other filenames may be specified, as the second parameter or with option
\fB\-\-log\-out\fP.
.sp
If the third parameter or \fB\-\-divisor\fP is specified, it is used as a speed\-up multiplier. For example, a speed\-up of 2 makes \fBscriptreplay\fP go twice as fast, and a speed\-down of 0.1 makes it go ten times slower than the original session.
.sp
During the replay, you can interactively speed up, slow down, or pause the
playback using the Up, Down, and Space keys.
.SH "OPTIONS"
.sp
\fB\-I\fP, \fB\-\-log\-in\fP \fIfile\fP
.RS 4
File containing \fBscript\fP\*(Aqs terminal input.
.RE
.sp
\fB\-O\fP, \fB\-\-log\-out\fP \fIfile\fP
.RS 4
File containing \fBscript\fP\*(Aqs terminal output.
.RE
.sp
\fB\-B\fP, \fB\-\-log\-io\fP \fIfile\fP
.RS 4
File containing \fBscript\fP\*(Aqs terminal output and input.
.RE
.sp
\fB\-t\fP, \fB\-\-timing\fP \fIfile\fP
.RS 4
File containing \fBscript\fP\*(Aqs timing output.
This option replaces the \fItimingfile\fP positional argument.
.RE
.sp
\fB\-T\fP, \fB\-\-log\-timing\fP \fIfile\fP
.RS 4
This is an alias for \fB\-t\fP, maintained for compatibility with \fBscript\fP(1) command\-line options.
.RE
.sp
\fB\-s\fP, \fB\-\-typescript\fP \fIfile\fP
.RS 4
Deprecated alias of \fB\-\-log\-out\fP.
.RE
.sp
\fB\-c\fP, \fB\-\-cr\-mode\fP \fImode\fP
.RS 4
Specifies how to handle the CR (carriage return, 0x0D) character from log
files. The default mode is \fBauto\fP, in which case CR is replaced with a
line break for the stdin log, because otherwise \fBscriptreplay\fP would
overwrite the same line. The other modes are \fBnever\fP and \fBalways\fP.
.RE
.sp
\fB\-d\fP, \fB\-\-divisor\fP \fInumber\fP
.RS 4
Speed up the replay displaying this \fInumber\fP of times. The argument is a floating\-point number. It\(cqs called divisor because it divides the timings by this factor. This option overrides old\-style arguments.
.RE
.sp
\fB\-m\fP, \fB\-\-maxdelay\fP \fInumber\fP
.RS 4
Set the maximum delay between updates to \fInumber\fP of seconds. The argument is a floating\-point number. This can be used to avoid long pauses in the typescript replay.
.RE
.sp
\fB\-\-summary\fP
.RS 4
Display details about the session recorded in the specified timing file and
exit. The session must have been recorded using the \fBadvanced\fP format (see
\fBscript\fP(1) option \fB\-\-logging\-format\fP for more details).
.RE
.sp
\fB\-x\fP, \fB\-\-stream\fP \fItype\fP
.RS 4
Forces \fBscriptreplay\fP to print only the specified stream. The supported stream
types are \fBin\fP, \fBout\fP, \fBsignal\fP, and \fBinfo\fP. This option is recommended for
multi\-stream logs (created with \fB\-\-log\-io\fP) in order to print only the desired
data.
.RE
.sp
\fB\-h\fP, \fB\-\-help\fP
.RS 4
Display help text and exit.
.RE
.sp
\fB\-V\fP, \fB\-\-version\fP
.RS 4
Display version and exit.
.RE
.SH "EXAMPLES"
.sp
.if n .RS 4
.nf
.fam C
% script \-\-log\-timing file.tm \-\-log\-out script.out
Script started, file is script.out
% ls
<etc, etc>
% exit
Script done, file is script.out
% scriptreplay \-\-log\-timing file.tm \-\-log\-out script.out
.fam
.fi
.if n .RE
.SH "KEY BINDINGS"
.sp
The following keys control the playback of the script:
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.  sp -1
.  IP \(bu 2.3
.\}
\fBSpace\fP: Toggles pause and unpause. Press this key to pause the playback, and press it again to resume.
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.  sp -1
.  IP \(bu 2.3
.\}
\fBUp Arrow\fP: Increases the playback speed. Each press of this key will make the script replay faster by x0.1.
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.  sp -1
.  IP \(bu 2.3
.\}
\fBDown Arrow\fP: Decreases the playback speed. Each press of this key will slow down the script replay by x0.1.
.RE
.SH "AUTHORS"
.sp
The original \fBscriptreplay\fP program was written by \c
.MTO "joey\(atkitenet.net" "Joey Hess" "."
The program was re\-written in C by
.MTO "jay\(atgnu.org" "James Youngman" ""
and
.MTO "kzak\(atredhat.com" "Karel Zak" ""
.SH "COPYRIGHT"
.sp
Copyright © 2008 James Youngman
.sp
Copyright © 2008\-2019 Karel Zak
.sp
Copyright © 2024 Jonathan Ketchker
.sp
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.sp
Released under the GNU General Public License version 2 or later.
.SH "SEE ALSO"
.sp
\fBscript\fP(1),
\fBscriptlive\fP(1)
.SH "REPORTING BUGS"
.sp
For bug reports, use the \c
.URL "https://github.com/util\-linux/util\-linux/issues" "issue tracker" "."
.SH "AVAILABILITY"
.sp
The \fBscriptreplay\fP command is part of the util\-linux package which can be downloaded from \c
.URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."