Bell 32V development
[unix-history] / usr / lib / learn / editor / L37.2c
#print
How 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 every
line of the file, follow all numbers by the
character '%'. It should only take one 's' command.
Then rewrite the file and type "ready".
#create Ref
Budget Outlays
Salaries 32%
Equipment 40%
Rent 13% (incl. utilities)
Interest 9%
Misc. 6%
#create table
Budget Outlays
Salaries 32
Equipment 40
Rent 13 (incl. utilities)
Interest 9
Misc. 6
#user
#cmp table Ref
#log
#next
37.2d 5