l51.2b

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

2B
22
字号
#printSuppose you have a memo in a file andthe line with the title is preceded by a linewith "TL" on it.  What command would printthe title?  Replyanswer COMMANDwhere COMMAND is the search-and-print command to do that.#copyin#user#uncopyin#match /TL/+1p#match /TL/+#match /TL/1#match /TL/1p#match /TL/+p#match /TL/+1#log#next51.2c 5

⌨️ 快捷键说明

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