linux常用命令

删除不同目录下文件

find . -name '201702*.zip'  -type  f  -print  -exec  rm -rf  {} \;
posted @ 2018-08-11 19:14  narjaja  阅读(171)  评论(0编辑  收藏  举报