删除目录下所有某文件

find /home/kevin/test -name cc.txt -exec rm -f {} ;
原文地址:https://www.cnblogs.com/weiryang/p/3618379.html