l6.2a

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

2A
38
字号
#printHow does the editor choose a line to print?It always remembers a 'current line', whichis the last line of the file originally,but you can choose any line you want.  The command3pprints the third line of the file, for example.  And1pprints the first line.  Note that is the digit one there,not the letter l, no matter how much alike they look.  I'llput you into the editor with the file listed below: printthe first line, then type 'w', 'q' and "ready" as usual.#create Ref:george washington#create filegeorge washingtonjohn adamsthomas jeffersonjames madisonjames monroejohn quincy adams#print file#copyout#pipeex +'set prompt noopt open' file#user#unpipe#uncopyoutgrep washington .ocopy >X2#cmp Ref X2#log#next6.2b 5

⌨️ 快捷键说明

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