]> git.ipfire.org Git - thirdparty/util-linux.git/commit
scriptreplay: add -T, --log-timing
authorKarel Zak <kzak@redhat.com>
Tue, 30 Jul 2019 12:59:34 +0000 (14:59 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Oct 2019 11:11:54 +0000 (13:11 +0200)
commita33f1fc432fede653e7ee58bacfee76441af2e71
tree61b64e53734d12851b3d2c473fe7c5564c6b7998
parent37a11e1a3dc33ed2c330a4952c22c51b636a6beb
scriptreplay: add -T, --log-timing

Add alias to -t,--timing to make it easy to copy and past script(1)
comnand line to scriptlive(1) and scriptreplay(1) command lines.
For example:

record:
  $ script --log-timing tm --log-in in

print:
  $ scriptreplay --log-timing tm --log-in in

re-run:
  $ scriptlive --log-timing tm --log-in in

And command line is still the same.

Signed-off-by: Karel Zak <kzak@redhat.com>
term-utils/scriptlive.c
term-utils/scriptreplay.1
term-utils/scriptreplay.c