摘要: 1 #!/bin/bash 2 #This script name is scan_analyse.sh 3 . /etc/profile 4 echo "start time is $(date)" 5 time=$(date +"%Y-%m-%d") 6 yesterday=`date -d "1 day ago " +"%Y-%m-%d"` 7 work_dir="/root... 阅读全文
posted @ 2018-11-26 18:36 BigZero 阅读(1408) 评论(1) 推荐(0) 编辑