递归删除*.pyc文件

rm   -rf   `find   .   -name   temp*`
rm   -rf   `find   .   -name   *.pyc`

原文地址:https://www.cnblogs.com/lexus/p/1704759.html