摘要: ###时间区间内循环执行脚本 ####脚本内容 cat for_data_scripts.sh #!bin/bash startdate=`date -d "$1" +%Y%m%d` enddate=`date -d "$2" +%Y%m%d` while [[ $startdate < $endd 阅读全文
posted @ 2022-07-28 10:11 whiteY 阅读(70) 评论(0) 推荐(0)