find . -name "*.pyc" -exec rm {} \;    #先查找,然后把查找的结果删除


{}:find查找结果