编译删除

[root@localhost SourceLastest]# find -name "*.o" -delete
[root@localhost SourceLastest]# rm -rf `find . -name "*.o"`

原文地址:https://www.cnblogs.com/xianqingzh/p/1732772.html