补充删除文件的另一种方式:
rm -f `find /oldboy/ -type f -name "* .txt" `
使用find命令删除文件的4种方式
原文:https://www.cnblogs.com/chenyuxia/p/12870118.html