The the total run time will be printed to the screen after the script finishes. #!/bin/bash res1=$(date +%s.%N) <your script here> res2=$( ...
確定! 回上一頁