命令:find . -name ".git" | xargs rm –Rf


去除git版本控制


linux


$ find . -type d -iname '__pycache__' -exec rm -rf {} \;

相关文章: