l53.1a
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1A 代码 · 共 22 行
1A
22 行
#printNote that the // searches always go forward.Sometimes you want to go backward, to findsome expression on a line before theone you are now working on.In that case you can search with a command like ?abc?pwhich prints the nearest preceding line whichcontains 'abc'. What command would printthe nearest previous line that ends in 'cat'?Type "answer COMMAND" when you figure it out.#copyin#user#uncopyin#match ?cat$?pThe "p" isn't needed, but use it if you like too.#match ?cat$?#log#next54.1a 1053.2b 7
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?