l15.2a

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 2A 代码 · 共 27 行

2A
27
字号
#printSo far you have learned how tocopy and print existing files, and nowyou probably want to know how to add new textto a file.  The "a" (append) command letsyou do that.  For example, the sequence  ex file  a  A man, a plan, a canal - Panama.  .  wqwill append the line  A man, a plan, a canal - Panama.to the editor buffer, and write it on file "file".(If "file" didn't exist already, the editor willwarn you.  It's not an error, just a warning.)Try that.  Then say "cat file" to check what was written,and then type "ready".#create RefA man, a plan, a canal - Panama.#user#cmp file Ref#log#next15.2b 515.3b 2

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?