autoconf
[Top][All Lists]
Advanced

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

Re: "times" ?!


From: Tim Van Holder
Subject: Re: "times" ?!
Date: Mon, 13 Aug 2001 20:34:05 +0200

> For some reason, the generated tests/testsuite contains
>     times >at-times
> all over the place. What is "times"? I can't find it, and it isn't a
> /bin/sh builtin..

I think it's a bash builtin which reports the elapsed time
of all processes in the current shell.  I'm not sure if other
shells have similar commands.

Maybe autotest should test for this:

at_times=:
times >/dev/null 2>&1 && times=at_times

...
$at_times >at-times




reply via email to

[Prev in Thread] Current Thread [Next in Thread]