l43.1a

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

1A
30
字号
#printNote that there is quite a list of special charactersrecognized by the editor: . [ * ^ $ & /What do you do when you want to specifically useone of these characters as itself, rather thanfor its funny meaning?  You must precede it by a backslash,as in  s/\./,/pwhich will change the line  x, y. and zinto  x, y, and zeasily.  The same works for all the other specialcharacters.  What command would change  *into  cType "answer COMMAND" where COMMAND is of the form  s/.././p#copyin#user#uncopyin#match s/\*/c/p#match s/\*/c/You forgot the "p" on the end.#log#next44.1a 10

⌨️ 快捷键说明

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