Penguin
Annotated edit history of replay(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 REPLAY
2 !!!REPLAY
3 N NA AM ME E
4 S SY YN NO OP PS SI IS S
5 D DE ES SC CR RI IP PT TI IO ON N
6 E EX XA AM MP PL LE E
7 C CO OP PY YR RI IG GH HT T
8 A AU UT TH HO OR R
9 ----
10 !!N NA AM ME E
11
12
13 replay - play back typescripts, using timing information
14 !!S SY YN NO OP PS SI IS S
15
16
17 replay timingfile [[typescript [[divisor]]
18 !!D DE ES SC CR RI IP PT TI IO ON N
19
20
21 This program replays a typescript, using timing information
22 to ensure that output happens at the same speed as it
23 originally appeared when the script was recorded. It is only
24 guaranteed to work preperly if run on the same terminal the
25 script was recorded on.
26
27
28 The timings information is what script outputs to standard
29 error if it is run with the -t parameter.
30
31
32 By default, the typescript to display is assumed to be named
33 ``typescript'', but other filenames may be specified, as the
34 second parameter.
35
36
37 If the third parameter exits, it is used as a time divisor.
38 For example, specifying a divisor of 2 makes the script be
39 replayed twice as fast.
40 !!E EX XA AM MP PL LE E
41
42
43 % script -t 2
44 !!C CO OP PY YR RI IG GH HT T
45
46
47 This program is in the public domain.
48 !!A AU UT TH HO OR R
49
50
51 Joey Hess
52 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.