
linux
hypc
这个作者很懒,什么都没留下…
展开
-
shell里的` ` $( ) ${ } expr $(( ))
http://blog.sina.com.cn/s/blog_6151984a0100ekz2.html 所有UNIX命令,要取结果或输出,都要用$( )或反引号` ` tt=` file test.sh ` echo $tt #sh test.sh test.sh: ASCII text tar -zcvf la转载 2016-04-28 17:55:15 · 3601 阅读 · 0 评论 -
Makefile 使用总结
来源:https://www.cnblogs.com/wang_yb/p/3990952.html1. Makefile 简介Makefile 是和 make 命令一起配合使用的.很多大型项目的编译都是通过 Makefile 来组织的, 如果没有 Makefile, 那很多项目中各种库和代码之间的依赖关系不知会多复杂.Makefile的组织流程的能力如此之强, 不仅可以用来编译项目, 还可以用来组...转载 2018-03-01 18:11:47 · 196 阅读 · 0 评论