l43.2a
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 2A 代码 · 共 32 行
2A
32 行
#printNote that there is quite a list of characters thatare special to the editor: . [ * ^ $ & /What do you do when you want to use one of thesecharacters as itself, rather than for its special meaning?You must precede it by a backlash. For example, howwould you turn ".into ."Try the following sequence:ex test1,3p1,3s/"\./."/pwqready#create RefThis is a "quoted word."Here is "another."Be "careful." Especially with dots.#create testThis is a "quoted word".Here is "another".Be "careful". Especially with dots.#user#cmp test Ref#log#next43.2b 5
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?