l10.1a

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

1A
33
字号
#printOften, what you want to do is print an entire file,and often you don't know exactly how long it is.There is a special abbreviation for this purpose:the character  $refers to the last line in the file, and so1,$p prints all of a file.Here's a new file.  Print it out using the editorcommand 1,$p.  Then do the usual w, q, and 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.1b 10

⌨️ 快捷键说明

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