l34.2e

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 2E 代码 · 共 22 行

2E
22
字号
#printSuppose you wanted to match all letters andpunctuation marks.  You could try [^ ]which is "anything but blank".Try the following commands:ex cut1p1s/p[^ ]/xxx/pwqready#create Refstop this comxxxter#create cutstop this computer#user#cmp cut Ref#log#next34.2f 5

⌨️ 快捷键说明

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