l8.1a

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

1A
39
字号
#printTo move around, you can use simple arithmeticwhen specifying what to print.  For example,  3+1pis the same as  4pas an editor command.  Now that's not very interesting;but if the '.' current line pointer is line 3,then using  .+1pinstead of 4p is helpful.For example, print the 3rd and 4thlines of the familiar file using first "3p" toget to line 3 and then ".+1p" to print the next line.End as usual with w, q, and ready.#create Ref:thomas jefferson:james madison:"file" 6 lines, 91 characters#create filegeorge washingtonjohn adamsthomas jeffersonjames madisonjames monroejohn quincy adams#copyout#pipeex +'set prompt noopt open' file#user#unpipe#uncopyouttail -3 .ocopy >X1#cmp Ref X1 3#log#next9.1a 108.1b 7

⌨️ 快捷键说明

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