l16.1b

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

1B
20
字号
#printSo far you've only appended to empty files.  If the fileyou are appending to has something in it, you have todecide where you want the new material to be placed.You can give a line address with 'a', and the appendcommand will place the new material after that line.For example,  3a  input  .places 'input' after line 3.  What will be the linenumber of the input line?  Type 'answer N', as usual.#copyin#user#uncopyin#match 4#log#next16.1c 10

⌨️ 快捷键说明

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