l44.1f
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1F 代码 · 共 33 行
1F
33 行
#printThe next step is to learn how to edit a linethat contains a backslash. On the left side of an "s"command, you place a "\" before the "\" to turn offits special meaning, just as for any other specialcharacter like "*" or "[". For example,if you have the line c = '\n'you can change it into c = 'n'with the command s/\\n/n/or s/\\//(Your choice.)Practice by removing all the backslashes from thefile "junk"; when you're done, re-write it andtype "ready".#create RefNow is the time for all goodmen to come to the aid oftheir party, or something like that.#create junkNow is \the \tim\\e for all goodm\\en \to com\\e \to \the aid of\their par\ty, or som\\e\thing like \tha\t.#user#cmp Ref junk#log#next44.1g 10
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?