Re: How do get elapsed time in milliseconds in a shell script?

From: Steve O'Hara-Smith <steve_at_sohara.org>
Date: Tue, 12 Jul 2022 19:57:54 UTC
On 12 Jul 2022 15:44:32 -0400
"John Levine" <johnl@iecc.com> wrote:

> It's not built into /bin/sh, but if you run /usr/bin/time it prints
> the time to 1/100 sec which might be good enough.

	How do you get it to do that, all it does AFAICT is time the
execution of some command in real, system and user time. It does nothing
with the time of day.

-- 
Steve O'Hara-Smith <steve@sohara.org>