您的位置 首页 shell脚本

Shell脚本执行时间打印(shell 时间)

shell输出执行时间


#!/bin/bash
 

startTime_s=`date +%s`
 

endTime_s=`date +%s`
 
sumTime=$[ $endTime_s - $startTime_s ]
 
echo "$startTime ---> $endTime" "Total:$sumTime seconds"

 

startTime=`date +%Y%m%d-%H:%M:%S`

endTime=`date +%Y%m%d-%H:%M:%S`

欢迎来撩 : shell 编程从0到1
 

欢迎来撩 : 汇总all

白眉大叔

关于白眉大叔linux云计算: 白眉大叔

热门文章