l11.2a

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

2A
39
字号
#printSo far I have always put you into the editor.How do you get there yourself?  The main commandinterpreter (the shell) recognizes  exas the name of the editor.You can also say  ex file1which puts you in the editor with the current file"file1".  So, for example, you can print thelast line of a file with  ex NAME  $p  w  qwhere NAME is the name of the file.In this directory is a file named "file45".  Print thelast line of it, and then exit as above.#create Ref:this line, the last line.#create file45This file contains nothingof great importance andyou should not be printingthese lines because the onlyline that you were asked forwasthis line, the last line.#copyout#user#uncopyoutgrep last .ocopy >X1#cmp X1 Ref#log#next11.2b 1012.2a 5

⌨️ 快捷键说明

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