Re: time -h option not working?

2003-04-03 Thread Viktor Lazlo
On Fri, 4 Apr 2003, Carl Morley wrote: > Hi, > I just tried to use the time command to time a process, but with the -h > (human readable) output option: > > Eg. time -h ping -c 5 some_ip_address > > But I get back: > -h: Command not found. > 0.000u 0.000s 0:00.00 0.0% 0+0k 0+0io 0pf+0w > >

RE: time -h option not working?

2003-04-03 Thread Carl Morley
# -Original Message- # From: [EMAIL PROTECTED] [mailto:owner-freebsd- # [EMAIL PROTECTED] On Behalf Of Giorgos Keramidas # Sent: Friday, 4 April 2003 12:49 # To: Carl Morley # Cc: [EMAIL PROTECTED] # Subject: Re: time -h option not working? # # On 2003-04-04 12:35, Carl Morley <[EM

Re: time -h option not working?

2003-04-03 Thread Giorgos Keramidas
On 2003-04-04 12:35, Carl Morley <[EMAIL PROTECTED]> wrote: > > I just tried to use the time command to time a process, but with the > -h (human readable) output option: > > Eg. time -h ping -c 5 some_ip_address > > But I get back: > -h: Command not found. > 0.000u 0.000s 0:00.00 0.0% 0+0k 0+0

Re: time -h option not working?

2003-04-03 Thread Tim Aslat
In the immortal words of "Carl Morley" <[EMAIL PROTECTED]>... > I just tried to use the time command to time a process, but with the > -h(human readable) output option: > > Eg. time -h ping -c 5 some_ip_address > > But I get back: > -h: Command not found. > 0.000u 0.000s 0:00.00 0.0% 0+0k 0+

time -h option not working?

2003-04-03 Thread Carl Morley
Hi, I just tried to use the time command to time a process, but with the -h (human readable) output option: Eg. time -h ping -c 5 some_ip_address But I get back: -h: Command not found. 0.000u 0.000s 0:00.00 0.0% 0+0k 0+0io 0pf+0w What am I doing wrong? Cheers, Carl. __