Re: How do get elapsed time in milliseconds in a shell script?
Date: Tue, 12 Jul 2022 19:44:32 UTC
It appears that Kurt Hackenberg <kh@panix.com> said: >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.) 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. R's, John