]> git.ipfire.org Git - thirdparty/util-linux.git/commit
script: add --log-in
authorKarel Zak <kzak@redhat.com>
Fri, 12 Apr 2019 12:14:55 +0000 (14:14 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Oct 2019 11:11:53 +0000 (13:11 +0200)
commit70062aad13552c9508b73f61c6dd157e61603a99
tree75ffe1ac3ee917d0ce7e15e9f94133bad9055600
parentfc58044f795f49325213b28f27205cf149691b31
script: add --log-in

Let's allow to log input independently on output. So it's possible to

 script --log-in infile           : logs only input
 script --log-out outfile           : logs only output
 script --log-out outfile --log-in infile : logs both to separated files

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