Linux: 删除当前目录下的所有__pycache__子目录

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

posted @ 2017-02-23 14:59  GreatK  阅读(3306)  评论(0编辑  收藏  举报