start_time=`date +%s` <command-to-execute> end_time=`date +%s` echo execution time was `expr $end_time - $start_time` s. Or in bash : start_time ...
確定! 回上一頁