l10.3f

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

3F
33
字号
#printHow would you print from the first line of a file tothe next to last line (thus printing all but the lastline of something)?  I'll put you in the editor - do thatand then type the usual w, q and ready.#create Ref:Boroughs  Manhattan  Brooklyn  Queens  the Bronx  Staten Island:"file" 7 lines, 92 characters#create fileBoroughs  Manhattan  Brooklyn  Queens  the Bronx  Staten IslandDon't print this line!#copyout#pipeex +'set prompt noopt open' file#user#unpipe#uncopyouttail -7 .ocopy >X1#cmp X1 Ref 7#log#next10.1b 5

⌨️ 快捷键说明

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