l37.2c
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 2C 代码 · 共 28 行
2C
28 行
#printHow would you find a string of digits? Remember[1234567890][1234567890]* as an expression? In this directory is a file"table" which contains some numbers. On everyline of the file, follow all numbers by thecharacter '%'. It should only take one 's' command.Then rewrite the file and type "ready".#create Ref Budget OutlaysSalaries 32%Equipment 40%Rent 13% (incl. utilities)Interest 9%Misc. 6%#create table Budget OutlaysSalaries 32Equipment 40Rent 13 (incl. utilities)Interest 9Misc. 6#user#cmp table Ref#log#next37.2d 5
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?