l10.3b
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3B 代码 · 共 37 行
3B
37 行
#printYou can print an entire file making useof the fact that "$" refers to the last line.The command 1,$pprints from the first line to the last one,or the whole file. Try printing thiswhole file with this command, andthen typing w, q and ready. Your commandsshould look like 1,$p w q ready#create Ref1,$pwq#create fileNew York Mets Managers Casey Stengel Wes Westrum Gil Hodges Yogi Berra Roy McMillan#copyin#pipeex +'set prompt noopt open' file#user#unpipe#uncopyintail -3 .copy >X1#cmp X1 Ref#log#next10.2b 10
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?