Linux 递归删除当前目录下全部的node_modules文件夹

find . -type d -name "node_modules" | xargs rm -rf find ./ | grep node_modules
相关文章
相关标签/搜索