http://astyle.sourceforge.net/astyle.html Example to format all .cpp and .h files recursively: astyle --style=allman --recursive /home/user/project/*.cpp /home/user/project/*.h 我照上面下 astyle --style=allman --recursive xxx/*.c 不過為什麼不可以用? 我是Artistic Style 1.21 謝謝
by shihyu - C/C++ - 2009-04-01 14:51:10 阅读(1197) 回复(2)
find . -name *.c -exec astyle --style=kr -PS {} \; 請問一下上面命令用法 -exec {} \; 上面兩個是什麼意思? 謝謝
其实早应该发出来的,国内关于google技巧方面的整理,我大概算是最早一批人吧,后来sniper都写了google hack,就更懒的发了。如今帮老婆找论文,关键字匹配累的要死。这些技巧是我整理以后淘汰的后的,最好的那些如有兴趣可以找我直接索取 Http://www.feelids.com By swap (慕容小雨) 站内搜索地址为: http://www.google.com/custom?domains=(这里写我们要搜索的站点,比如feelids.com) 进去可以选择www和feelids.com, 当...