格式化输出 简单的格式化工具 nl - 添加行号 fold - 限制文件行宽 fmt - 一个简单的文本格式器 pr – 格式化打印文本 printf – Format And Print Data Document Formatting Systems 文件格式化系统 groff Summing Up 小节 Further Read...
流程控制: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 ...
流程控制: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...
引言 为什么使用命令行 这本书讲什么 谁应该读这本书 这本书的内容 怎样阅读这本书 前提条件 拓展阅读 引言 I want to tell you a story. 我想给大家讲个故事。 No, not the story of how, in 1991, Linus Torvalds wrote the first version...
位置参数 访问命令行 确定参数个数 shift - 访问多个参数的利器 简单应用 Shell 函数中使用位置参数 处理集体位置参数 一个更复杂的应用 总结 拓展阅读 位置参数 One feature that has been missing from our programs is the ability to accept an...
读取键盘输入 read - 从标准输入读取数值 选项 IFS 校正输入 菜单 总结归纳 友情提示 拓展阅读 读取键盘输入 The scripts we have written so far lack a feature common in most computer programs — interactivity. That is...