Linux 查找指定文件並刪除

第一種:find . -name *.png |xargs rm -frspa

第二種:find . -name "*.png" -exec rm -rf {} \;it

相關文章
相關標籤/搜索