命令行编辑 移动光标 剪切和粘贴文本 The Meta Key 自动补全 set | less 利用历史命令 搜索历史命令 历史命令展开 script script [file] 总结归纳 拓展阅读 I often kiddingly describe Unix as “the operating system for peopl...
读取键盘输入 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...