l33.2a
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 2A 代码 · 共 29 行
2A
29 行
#printWhen you want to match one of a few specific characters,and not anything, the pattern is similar to that used infile names. That is, [abc]matches the letters 'a', 'b', or 'c', but nothingelse. Try this sequence and note what happens:ex lines1,$p1s/[123]/9/2s/[123]/9/1,$pwqready(Remember that you can use '%' to abbreviate '1,$p'.)#create Ref599948#create lines519348#user#cmp lines Ref#log#next33.2b 5
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?