Mailinglist Archive: opensuse (2876 mails)
| < Previous | Next > |
Re: [opensuse] time command
- From: M Harris <harrismh777@xxxxxxxxxxxxx>
- Date: Fri, 18 May 2007 13:56:51 -0500
- Message-id: <200705181356.51120.harrismh777@xxxxxxxxxxxxx>
On Friday 18 May 2007 13:41, ken wrote:
> Use what you want to time as the argument to the "time" command, e.g.,
>
> $ time date
> Fri May 18 14:39:18 EDT 2007
Ken, you're missing his point.
... he knows how to time... what he wants is to use the -o switch to send the
time to an output file... this will not work with the shell version of
time... he must use:
/usr/bin/time -o outputfile date
This will time the date command and send the timing results to outputfile.
--
Kind regards,
M Harris <><
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> Use what you want to time as the argument to the "time" command, e.g.,
>
> $ time date
> Fri May 18 14:39:18 EDT 2007
Ken, you're missing his point.
... he knows how to time... what he wants is to use the -o switch to send the
time to an output file... this will not work with the shell version of
time... he must use:
/usr/bin/time -o outputfile date
This will time the date command and send the timing results to outputfile.
--
Kind regards,
M Harris <><
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |