l30.2c
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 2C 代码 · 共 34 行
2C
34 行
#printAs with other commands, you can specify a line numberwith the 's' command. Thus 3s/x/a/will change the first 'x' on line 3 to an 'a'. Here isa file "street" in which the fifth line has an 'r'where it should have an 'a'. Trythe sequenceex street5s/r/a/5pwqready#create Reffirst avenuesecond avenuethird avenuelexington avenuepark avenuemadison avenue#create streetfirst avenuesecond avenuethird avenuelexington avenueprrk avenuemadison avenue#user#cmp street Ref#log#next30.2d 5
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?