find文件删除

find /root/title/test -type f -name '*.txt' -exec rm {} \;   查找并删除test文件夹下所有txt文件

find /root/title/test -type f -name '*.txt  | xargs  rm -f  查找并删除test文件夹下所有txt文件

posted @ 2018-04-15 17:43  modys  阅读(387)  评论(0编辑  收藏  举报