使用find命令删除文件的4种方式
时间:2020-05-11 19:34:40
收藏:0
阅读:95

补充删除文件的另一种方式:
rm -f `find /oldboy/ -type f -name "* .txt" `
原文:https://www.cnblogs.com/chenyuxia/p/12870118.html
评论(0)