start=$(date +%s) && sleep 2 && end=$(date +%s) && echo $(( $end - $start ))
本文标题:Linux shell获取时间差(使用date命令)
本文链接:https://www.haomeiwen.com/subject/hxuywttx.html
网友评论