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

From: Kurt Hackenberg <kh_at_panix.com>
Date: Tue, 12 Jul 2022 19:30:12 UTC
On 2022/07/12 04:08, Frank Leonhardt wrote:

With the "time" command? (Measures the time a command takes to execute, 
in ms. "Time" is built in to some shells.)

> Yes, I could write something in 'C' in a few lines of 'C' but I want to 
> do this using the base system and nothing else.

Isn't C part of the base system?