搜索资源列表
ex_help_rc
- 关于一个法语版的help的脚本文件,输出界面为法语版,我你提供必要的对与命令的解释。-this version is about le help scr ipt in french, it will provide these help for you.
ex_rvsh
- 关于一个法语版的help的脚本文件,输出界面为法语版,我你提供必要的对与命令的解释。-this version is about le help scr ipt in french, it will provide these help for you.
How_to_Write_makefile
- makefile关系到了整个工程的编译规则。一个工程中的源文件不计数,其按类型、功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能操作,因为makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。 makefile带来的好处就是——“自动化编译”,一旦写好,只需要一个make命令,整个工程完全自动编译,极大的提高了软件开发的效率。make是一个命令工具,是一个解释make
Shell脚本学习指南
- Shell就是一个命令行解释器,它的作用是解释执行用户的命令,用户输入一条命令,Shell就解释执行一条,这种方式称为交互式(Interactive)。(Shell is a command line interpreter, whose function is to explain the execution of user commands. The user enters a command, and Shell explains the execution, which is calle
