On 2011-04-05 11:40:51 Fabio Dellacorte wrote:
>i want use option for time command but it doesn't work because  intepreted
>anything as argument :
>
>$time --version
>bash: --version: command not found

bss@dellbuntu:~$ time --version
bash: --version: command not found

real    0m0.001s
user    0m0.000s
sys     0m0.000s
bss@dellbuntu:~$ command time --version
GNU time 1.7
bss@dellbuntu:~$ type time
time is a shell keyword

(Bash has a time "builtin" that you should avoid if you want to use the time 
binary.)
-- 
Boyd Stephen Smith Jr.                   ,= ,-_-. =.
b...@iguanasuicide.net                  ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy         `-'(. .)`-'
http://iguanasuicide.net/                    \_/

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to