Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jul 1998 00:52:47 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        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:  <199807251452.AAA04585@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> 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.

Therefore it is irrelevant to refuting the assertion that there is no
way to redirect the output of time _without_ redirecting the output of
the command being timed.

Bruce

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?199807251452.AAA04585>