引言 为什么使用命令行 这本书讲什么 谁应该读这本书 这本书的内容 怎样阅读这本书 前提条件 拓展阅读 引言 I want to tell you a story. 我想给大家讲个故事。 No, not the story of how, in 1991, Linus Torvalds wrote the first version...
探究操作系统 ls 乐趣 选项和参数 深入研究长格式输出 确定文件类型 用 less 浏览文件内容 less 就是 more(禅语:色即是空) 旅行指南 符号链接 硬链接 拓展阅读 探究操作系统 Now that we know how to move around the file system, it’s time for a...
疑难排解 语法错误 丢失引号 丢失或意外的标记 预料不到的展开 逻辑错误 防错编程 验证输入 测试 测试案例 调试 找到问题区域 追踪 执行时检查数值 总结 拓展阅读 疑难排解 As our scripts become more complex, it’s time to take a look at what hap...
键盘高级操作技巧 命令行编辑 移动光标 修改文本 剪切和粘贴文本 自动补全 利用历史命令 搜索历史命令 历史命令展开 总结归纳 拓展阅读 键盘高级操作技巧 I often kiddingly describe Unix as “the operating system for people who like to type.” O...
位置参数 访问命令行 确定参数个数 shift - 访问多个参数的利器 简单应用 Shell 函数中使用位置参数 处理集体位置参数 一个更复杂的应用 总结 拓展阅读 位置参数 One feature that has been missing from our programs is the ability to accept an...