l33.1a

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

1A
21
字号
#printWhen you want to match one of a few specific characters, and notjust any character, the pattern is similar to the pattern usedin filenames.  The patterns used with the editor, bythe way, are called "regular expressions".  The string   [abc]matches 'a', 'b' or 'c'.  So if the current lineis   now is the time for all good menand the command is   s/t[ijk]/xx/what word is changed?  Type "answer WORD" where WORD is theword changed by that command.#copyin#user#uncopyin#match time#log#next33.1b 10

⌨️ 快捷键说明

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