网络系统 检查和监测网络 ping traceroute netstat 网络中传输文件 ftp lftp - 更好的 ftp wget 与远程主机安全通信 ssh scp 和 sftp 拓展阅读 网络系统 When it comes to networking, there is probably nothing that ...
启动一个项目 第一阶段:最小的文档 第二阶段:添加一点儿数据 变量和常量 给变量和常量赋值 Here Documents 总结归纳 拓展阅读 启动一个项目 Starting with this chapter, we will begin to build a program. The purpose of this project i...
读取键盘输入 The scripts we have written so far lack a feature common in most computer programs — interactivity. That is, the ability of the program to interact with the user. While ma...
流程控制: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 ...