l64.1a

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

1A
35
字号
#printAnother command similar to 'm' is 't';the command  5,8t15picks up lines 5 through 8 and makes a copy of them,which it places after line 15.  It differs from'm' only in that the lines remain in their old placeas well as appearing in their new place.  (Just like "cp"and "mv" with files).  In this directory is a file"double".  Using the editor,  find the line containing"-------" and make a copy of it at theend of the file.#create Ref------------This file should bebracketed by thedashes but as itis given to youthere are only dashesat the top.------------#create double------------This file should bebracketed by thedashes but as itis given to youthere are only dashesat the top.#user#cmp double Ref#log#next64.1b 10

⌨️ 快捷键说明

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