bash how to measure execution time. Answer. The command "time" report a execution time information. time sleep 1. Output: real 0m1.001s user 0m0.000s
確定! 回上一頁