summaryrefslogtreecommitdiffstats
path: root/term-utils/script.1
diff options
context:
space:
mode:
authorSami Kerola2011-06-28 12:43:23 +0200
committerKarel Zak2011-06-29 11:22:14 +0200
commitfd4c1f632fb627c335bd2bf465451abfcffd171d (patch)
treeab1bb845ca508227a0280f40680caff89515de66 /term-utils/script.1
parentumount: do not hang with disconnected NFS mounts (diff)
downloadkernel-qcow2-util-linux-fd4c1f632fb627c335bd2bf465451abfcffd171d.tar.gz
kernel-qcow2-util-linux-fd4c1f632fb627c335bd2bf465451abfcffd171d.tar.xz
kernel-qcow2-util-linux-fd4c1f632fb627c335bd2bf465451abfcffd171d.zip
script: option --force added
The --force will allow default output destination, e.g. typescript file, to be hard or symbolic link. [kzak@redhat.com: - remove "error:" prefix from errx()] Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'term-utils/script.1')
-rw-r--r--term-utils/script.13
1 files changed, 3 insertions, 0 deletions
diff --git a/term-utils/script.1 b/term-utils/script.1
index 725bdb290..f618ec3d7 100644
--- a/term-utils/script.1
+++ b/term-utils/script.1
@@ -84,6 +84,9 @@ termination on signal termination exit code is 128+n.
Flush output after each write. This is nice for telecooperation:
One person does `mkfifo foo; script -f foo' and another can
supervise real-time what is being done using `cat foo'.
+.It Fl Fl force
+Allow default output destination, e.g. typescript file, to be
+hard or symbolic link. The command will follow symbolic link.
.It Fl q, Fl Fl quiet
Be quiet.
.It Fl t, Fl Fl timing[=FILE]