流程控制: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 ...
启动一个项目 第一阶段:最小的文档 第二阶段:添加一点儿数据 变量和常量 给变量和常量赋值 Here Documents 总结归纳 拓展阅读 启动一个项目 Starting with this chapter, we will begin to build a program. The purpose of this project i...
归档和备份 压缩文件 gzip bzip2 归档文件 tar zip 同步文件和目录 在网络间使用 rsync 命令 拓展阅读 归档和备份 One of the primary tasks of a computer system’s administrator is keeping the system’s data secure...
流程控制:case 分支 case 模式 执行多个动作 总结 拓展阅读 流程控制:case 分支 In this chapter, we will continue to look at flow control. In Chapter 28, we constructed some simple menus and built the l...
奇珍异宝 组命令和子 shell 进程替换 陷阱 异步执行 等待 命名管道 设置一个命名管道 使用命名管道 总结 拓展阅读 奇珍异宝 In this, the final chapter of our journey, we will look at some odds and ends. While we have certai...
数组 什么是数组? 创建一个数组 数组赋值 访问数组元素 数组操作 输出整个数组的内容 确定数组元素个数 找到数组使用的下标 在数组末尾添加元素 数组排序 删除数组 关联数组 总结 拓展阅读 数组 In the last chapter, we looked at how the shell can manipulate ...