blob: a9e29309c28a27614c6985d02d3605b005bc741a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#print
Now, in file 'pets', change the word 'dog' on the third line
into 'dogs'. Then rewrite the file and type "ready".
#create Ref
cats
hamsters
dogs
gerbils
#create pets
cats
hamsters
dog
gerbils
#user
#cmp pets Ref
#log
#next
36.2c 5
|