摘要: 用途说明 创建静态库。a文件。用C/C++开发程序时经常用到,但我很少单独在命令行中使用ar命令,一般写在makefile中,有时也会在shell脚 本中用到。关于Linux下的库文件、静态库、动态库以及怎样创建和使用等相关知识,参见本文后面的相关资料【3】《关于Linux静态库和动态库的分析》。... 阅读全文
posted @ 2014-10-29 15:23 galoishelley 阅读(274) 评论(0) 推荐(0) 编辑
摘要: find ./ -name "*.cpp" | awk -F "." '{ print $2 }' |xargs -i -t mv .{}.cpp .{}.c 阅读全文
posted @ 2014-10-29 14:52 galoishelley 阅读(134) 评论(0) 推荐(0) 编辑