Linux shell 計算上班時間

週末,學習的一天,學習linux shell,做個小筆記。 #!/bin/bash time_start='09:00:00' time1=$(date +%Y)'-'$(date +%m)'-'$(date +%d)" $time_start" time2=$(date +%s -d "$time1") while true do     time3=$(date +%s)     time=$
相關文章
相關標籤/搜索