递归删除文件或文件夹

$ find . -name "*.c" -exec ls {} ;
没有问题了再把ls替换成rm
原文地址:https://www.cnblogs.com/mangoVic/p/7804059.html