l10.3a

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

3A
28
字号
#printOften you want to refer to the last lineof the file.  You don't have to know the numberof lines in the file to do that; thereis a special address, "$", that alwaysrefers to the last line.  So youcan print the last line of a file with $p;try that, then type w, q and ready as usual.#create Ref:This is the end of the file and the line you should print.:"file" 3 lines, 95 characters#create file don't print this line or this oneThis is the end of the file and the line you should print.#copyout#pipeex +'set prompt noopt open' file#user#unpipe#uncopyouttail -2 .ocopy >X1#cmp X1 Ref 2#log#next10.3b 510.3c 10

⌨️ 快捷键说明

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