编译程序 什么是编译? 所有的程序都是可编译的吗? 编译一个 C 语言 在许多发行版中,这就足够完成下面的练习了。 得到源码 检查源码树 构建程序 安装程序 总结 拓展阅读 编译程序 In this chapter, we will look at how to build programs by compiling source...
流程控制:if 分支结构 if 退出状态 测试 文件表达式 字符串表达式 整型表达式 更现代的测试版本 (( )) - 为整数设计 结合表达式 控制操作符:分支的另一种方法 总结 拓展阅读 流程控制:if 分支结构 In the last chapter, we were presented with a problem. H...
查找文件 locate - 查找文件的简单方法 find - 查找文件的复杂方式 Tests 操作符 预定义的操作 用户定义的行为 提高效率 xargs 返回操练场 选项 拓展阅读 查找文件 As we have wandered around our Linux system, one thing has become abu...
网络系统 检查和监测网络 ping traceroute netstat 网络中传输文件 ftp lftp - 更好的 ftp wget 与远程主机安全通信 ssh scp 和 sftp 拓展阅读 网络系统 When it comes to networking, there is probably nothing that ...
流程控制:for 循环 for: 传统 shell 格式 for: C 语言格式 总结 拓展阅读 流程控制:for 循环 In this final chapter on flow control, we will look at another of the shell’s looping constructs. The for loop ...