From e8f2641919de90b488ce3788a7795b88311750b5 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 7 Dec 2006 00:25:49 +0100 Subject: Imported from util-linux-2.11m tarball. --- misc-utils/script.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'misc-utils/script.1') diff --git a/misc-utils/script.1 b/misc-utils/script.1 index 3edd82d4b..545ac3bc6 100644 --- a/misc-utils/script.1 +++ b/misc-utils/script.1 @@ -42,6 +42,7 @@ .Op Fl a .Op Fl f .Op Fl q +.Op Fl t .Op Ar file .Sh DESCRIPTION .Nm Script @@ -74,6 +75,12 @@ One person does `mkfifo foo; script -f foo' and another can supervise real-time what is being done using `cat foo'. .It Fl q Be quiet. +.It Fl t +Output timeing data to standard error. This data contains two fields, +separated by a space. The first field indicates how much time elapsed since +the previous output. The second field indicates how many characters were +output this time. This information can be used to replay typescripts with +realistic typing and output delays. .El .Pp The script ends when the forked shell exits (a -- cgit v1.2.3-55-g7522