l50.1b
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1B 代码 · 共 33 行
1B
33 行
#printYou can use all the special characters in thesearch commands. For example, /^cat/pprints the first line that BEGINS with 'cat'.You can even leave out the 'p': /^cat/does the same thing.Now go into file "text" with the editor andprint the first line that ENDS with 'dog'.Then leave the editor and type 'ready'.#create Ref:the right dog#create textThis is a file whichcontains several occurrencesof the word 'dog' in severalplaces. It would be a doggoneshame if you didn't findthe right dogto print out.#copyout#user#uncopyoutgrep 'dog' .ocopy >X3tail -1 X3 >X2#cmp Ref X2#log#next50.1c 1050.2c 5
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?