摘要: #!/bin/bashset -exZipName=`ls -lt /data/services/*.zip | head -1 | awk -F"/" '{print $NF}'`date=`date +%Y%m%d`filedate=`ls -lt /data/services/*.zip | 阅读全文
posted @ 2019-12-19 15:48 技术颜良 阅读(563) 评论(0) 推荐(0)