summaryrefslogtreecommitdiffstats
path: root/usr.bin/time/time.1
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-07-24 07:19:29 +0000
committerphk <phk@FreeBSD.org>1998-07-24 07:19:29 +0000
commit42571197008f6a841e0dca0d38cde8c8798984bb (patch)
treeb0f004a5680bc8974ef464480a14466ba686e4ab /usr.bin/time/time.1
parent2e8d660a6e06bae5d9351ab209a17e5bdb4803fa (diff)
downloadFreeBSD-src-42571197008f6a841e0dca0d38cde8c8798984bb.zip
FreeBSD-src-42571197008f6a841e0dca0d38cde8c8798984bb.tar.gz
By default, /usr/bin/time writes its output to stderr. Two options
have been added to time(1) to write output to an alternative destination. Option "-f filename" will write to filename, and filename can be - to write to stdout. Option "-a filename" will append the output to filename. Time(1) man page has been updated to reflect the change. PR: 7368 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
Diffstat (limited to 'usr.bin/time/time.1')
-rw-r--r--usr.bin/time/time.124
1 files changed, 24 insertions, 0 deletions
diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1
index 3033096..b095281 100644
--- a/usr.bin/time/time.1
+++ b/usr.bin/time/time.1
@@ -39,6 +39,8 @@
.Nd time command execution
.Sh SYNOPSIS
.Nm
+.Op Fl a Ar file
+.Op Fl f Ar file
.Op Fl l
.Ar command
.Sh DESCRIPTION
@@ -66,6 +68,28 @@ process.
.Pp
Available options:
.Bl -tag -width Ds
+.It Fl a Ar file
+Append the output of
+.Nm
+to
+.Ar file
+instead of writing to stderr.
+.It Fl f Ar file
+Write the output to
+.Ar file
+instead of stderr. If
+.Ar file
+exists, then
+.Nm
+will overwrite the file if premissions permit such an operation.
+The output can be sent to stdout by giving
+a file name
+.Do
+-
+.Dc
+to the
+.Fl f
+option.
.It Fl l
The contents of the
.Em rusage
OpenPOWER on IntegriCloud