Даниил | 25 Jul 15:58

time command - unknown behavior

Hi collegians.

I am detected following:

# man time
..... skipped...
SYNOPSIS
       time   [ -apqvV ] [ -f FORMAT ] [ -o FILE ]
              [ --append ] [ --verbose ] [ --quiet ] [ --portability ]
              [ --format=FORMAT ] [ --output=FILE ] [ --version ]
              [ --help ] COMMAND [ ARGS ]
.... skipped....

But:
time --version
# time --version
-bash: --version: command not found

and any other parameters call errors also.

This problem founded only in owl linux.

//Daniil Firsov (DaNuk)

--

-- 
To unsubscribe, e-mail owl-users-unsubscribe <at> lists.openwall.com and reply
to the automated confirmation request that will be sent to you.

Bernhard Fischer | 25 Jul 17:45

Re: time command - unknown behavior

> Hi collegians.
> 
> I am detected following:
> 
> # man time
> ..... skipped...
> SYNOPSIS
>        time   [ -apqvV ] [ -f FORMAT ] [ -o FILE ]
>               [ --append ] [ --verbose ] [ --quiet ] [ --portability ]
>               [ --format=FORMAT ] [ --output=FILE ] [ --version ]
>               [ --help ] COMMAND [ ARGS ]
> .... skipped....
> 
> But:
> time --version

use '/usr/bin/time --version' instead

> # time --version
> -bash: --version: command not found

isn't it a buildin function from bash which is responding there?

> 
> and any other parameters call errors also.
> 
> This problem founded only in owl linux.
> 
> //Daniil Firsov (DaNuk)
> 
(Continue reading)

gremlin | 25 Jul 17:55

Re: time command - unknown behavior

On Wed, Jul 25, 2007 at 06:02:17PM +0400, Даниил wrote:

 > I am detected following:
 > # man time
 > [ --version ]

 > # time --version
 > -bash: --version: command not found
 > and any other parameters call errors also.

gremlin <at> home:~ > which time
time: shell built-in command.

gremlin <at> home:~ > /usr/bin/time --version
GNU time 1.7

:-)

-- 
Alexey V. Vissarionov aka Gremlin from Kremlin
<gremlin ПРИ gremlin ТЧК ru>

--

-- 
To unsubscribe, e-mail owl-users-unsubscribe <at> lists.openwall.com and reply
to the automated confirmation request that will be sent to you.


Gmane