Copyright (C) 2000-2012 |
Manpages REPLAYSection: User Contributed Perl Documentation (1)Updated: perl v5.6.0 Index Return to Main Contents NAMEscriptreplay - play back typescripts, using timing informationSYNOPSISscriptreplay timingfile [typescript [divisor]]DESCRIPTIONThis program replays a typescript, using timing information to ensure that output happens at the same speed as it originally appeared when the script was recorded. It is only guaranteed to work properly if run on the same terminal the script was recorded on.The timings information is what script outputs to standard error if it is run with the -t parameter. By default, the typescript to display is assumed to be named ``typescript'', but other filenames may be specified, as the second parameter. If the third parameter exits, it is used as a time divisor. For example, specifying a divisor of 2 makes the script be replayed twice as fast. EXAMPLE% script -t 2> timingfile Script started, file is typescript % ls <etc, etc> % exit Script done, file is typescript % scriptreplay timingfile SEE ALSOscript(1)COPYRIGHTThis program is in the public domain.AUTHORJoey Hess <joey@kitenet.net>
IndexThis document was created by man2html, using the manual pages. Time: 18:57:46 GMT, November 06, 2024 |