I found a useful tip for printing out the time elapsed in shell scripts. #!/usr/bin/env bash SECONDS=0 # The script goes here. sleep 2.57 ...
確定! 回上一頁