shell腳本 查看還有多少天過生日

  read -p "Input your birthday(mm-dd):" birth birth=`date +%Y`-$birth date_birth=`date --date $birth +%s` #獲得生日的秒值 date_now=`date +%s` #獲得當前時間的秒值 internal=$(($date_birth-$date_now)) #計算今日到生
相關文章
相關標籤/搜索