Date: Fri, 24 Jul 1998 00:19:32 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/time time.1 time.c Message-ID: <199807240719.AAA11603@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 1998/07/24 00:19:32 PDT
Modified files:
usr.bin/time time.1 time.c
Log:
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>
Revision Changes Path
1.5 +24 -0 src/usr.bin/time/time.1
1.7 +45 -19 src/usr.bin/time/time.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807240719.AAA11603>
