shell中獲取系統日期的前一天

#shell中獲取系統日期的前一天shell if [ $# -eq 1 ] then dat=$1 else year=`date +%Y` mon=`date +%m` day=`date +%d` day=`expr $day - 1` if [ $day -eq 0 ]      then          mon=`expr $mon - 1`          if [ $mon -e
相關文章
相關標籤/搜索