Linux 遞歸刪除當前目錄下全部的node_modules文件夾

find . -type d -name "node_modules" | xargs rm -rf find ./ | grep node_modules
相關文章
相關標籤/搜索