Re: time command with options

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Tue, Jan 13, 2009, Jerry Geis wrote:
>I am trying to get timing paramters from a CGI program.
>date is just a command for example used here.
>
>when I do: time { date; }
>everything is good.
>
>when I do: time -o file { date; }
>I get
> time -o file { date; }
>bash: syntax error near unexpected token `}'
>
>How do I correctly issue the command with an option
>for -o file to output the data to a file.

Why aren't you using standard i/o redirection?

time { date ; } > file

OR to append to the file

time { date ; } >> file

Bill
-- 
INTERNET:   bill@xxxxxxxxxxxxx  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
Voice:          (206) 236-1676  Mercer Island, WA 98040-0820
Fax:            (206) 232-9186

Breathe fire, slay dragons, and take chances. Failure is temporary, regret
is eternal.
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux