删除所有pyc文件

find /dir -name "*.pyc" | xargs rm -rf
posted @ 2016-05-20 10:33  cn_wk  阅读(123)  评论(0)    收藏  举报