outout format of time command

2011-02-01 Thread Adel ESSAFI
Hello, I have followed the man page of time commande to put a certain output format. However, time command does not recognise -f option. Could you help please. [adel@localhost generateInstance]$ time -f %e ls bash: -f: command not found real0m0.001s user0m0.000s sys0m0.000s

outout format of time command

2011-02-01 Thread Adel ESSAFI
Hello, I have followed the man page of time commande to put a certain output format. However, time command does not recognise -f option. Could you help please. [adel@localhost generateInstance]$ time -f %e ls bash: -f: command not found real0m0.001s user0m0.000s sys0m0.000s

Re: outout format of time command

2011-02-01 Thread T. Horsnell
Try specifying the full pathname for time /usr/bin/time otherwise you'll be using bash's builtin Cheers, Terry Hello, I have followed the man page of time commande to put a certain output format. However, time command does not recognise -f option. Could you help please.

Re: outout format of time command

2011-02-01 Thread Rick Sewill
On Tuesday, February 01, 2011 04:13:20 am Adel ESSAFI wrote: Hello, I have followed the man page of time commande to put a certain output format. However, time command does not recognise -f option. Could you help please. [adel@localhost generateInstance]$ time -f %e ls bash: -f:

Re: outout format of time command

2011-02-01 Thread Robert Nichols
On 02/01/2011 04:27 AM, Rick Sewill wrote: On Tuesday, February 01, 2011 04:13:20 am Adel ESSAFI wrote: Hello, I have followed the man page of time commande to put a certain output format. However, time command does not recognise -f option. Could you help please. [adel@localhost