l36.2c

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

2C
48
字号
#printOn the right side of a substitute, none of the otherspecial characters mean anything unusual.  Thus, if you wanted toreplace the letter 'a' by an asterisk, for example, the obviouscan and would work:s/a/*/pTry, in the file "data", replacing the comma on the last linewith a period.  Then rewrite the file and type "ready".#create Ref Square Roots1.00 1.002.00 1.423.00 1.734.00 2.00You really shouldn't beprinting all of this file -did you forget that '$' isthe address of the lastline of a file?Use that instead of printing everything.5.00 2.236.00 2.457.00 2.658.00 2.83#create data Square Roots1.00 1.002.00 1.423.00 1.734.00 2.00You really shouldn't beprinting all of this file -did you forget that '$' isthe address of the lastline of a file?Use that instead of printing everything.5.00 2.236.00 2.457.00 2.658.00 2,83#user#cmp data Ref#log#next36.2d 5

⌨️ 快捷键说明

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