Date: Sat, 25 Jul 1998 14:14:11 +0000 From: Niall Smart <rotel@indigo.ie> To: Bruce Evans <bde@zeta.org.au>, freebsd-bugs@FreeBSD.ORG, kargl@apl.washington.edu, rotel@indigo.ie Subject: Re: bin/7368: Added options to /usr/bin/time Message-ID: <199807251314.OAA01012@indigo.ie> In-Reply-To: <199807241008.UAA24202@godzilla.zeta.org.au>; Bruce Evans <bde@zeta.org.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jul 24, 8:08pm, Bruce Evans wrote: } Subject: Re: bin/7368: Added options to /usr/bin/time > > Nope, see above. > > >time sh -c "ls >x 2>&1" >y 2>&1 > > Nope, this redirects the output of the command that is being timed. Uh, it redirects std{err,out} of ls to x and std{err,out} of time to y. Niall -- Niall Smart. PGP: finger njs3@motmot.doc.ic.ac.uk FreeBSD: Turning PC's into Workstations: www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807251314.OAA01012>