while read line 查找指定日期的文件夹
摘要:
#!/bin/bash dir=/root/tmp targetdir=/root/tmp/tmp filenametxt=/tmp/filename.txt commandtxt=/tmp/command.txt echo "">${filenametxt} echo "">${commandtxt} find ${dir} -name "mydumper*" -mtime +60 -ty... 阅读全文
posted @ 2017-12-15 18:46 风的_理想 阅读(513) 评论(0) 推荐(0) 编辑