find -type f -name '*.pyc' -print0 | xargs -0 rm find -type f -name '*.pyc' -delete # 使用内建的delete操作,暂时没有和rm比对过性能