2023年6月14日
摘要: #!/bin/bash file="/home/test.txt" now_time=`date -u "+%Y-%m-%d %H:%M:%S" -d "8 hour"` if [ ! -f "$file" ];then echo "check time:[$now_time] file $file 阅读全文
posted @ 2023-06-14 17:00 boye169 阅读(89) 评论(0) 推荐(0)