Answers for "how to time a process in bash"

0

how to time a process in bash

> time { sleep 3; }

real    0m3.013s
user    0m0.002s
sys     0m0.006s
Posted by: Guest on January-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language