l11.2b

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

2B
27
字号
#printYou can clearly print a whole filewith   ex filename  1,$p  w  qwhich prints a file, just as "cat filename"does.  Print the file "stuff" using theeditor.Then type "ready".#create Ref:Actually this file is a veryshort file and prints quickly.#create stuffActually this file is a veryshort file and prints quickly.#copyout#user#uncopyoutgrep -v '"stuff"' .ocopy >X1tail -2 X1 >X2#cmp X2 Ref#log#next11.2c 10

⌨️ 快捷键说明

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