|
|
1.1 root 1: #print
2: A time-saving feature of context searches is
3: that the editor remembers the last regular expression
4: mentioned, and if you just say // or ??
5: with no expression, it assumes the same one. Thus
6: /abc/s//def/
7: searches for a line with 'abc', and, on finding it,
8: changes the 'abc' to 'def'. Similarly
9: /qqq/s///
10: finds a 'qqq' and then throws it away, as if the
11: command were
12: /qqq/s/qqq//
13: In this directory is a file 'error' which contains
14: "servixe" as a mistyping for "service". Find
15: the bad instance and fix it, if possible with one command.
16: Then rewrite the file and type 'ready'.
17: #create Ref
18: This file contains many copies
19: of the word service
20: but in all of those lines
21: with service in them
22: the next line has a
23: service that is spelled
24: wrong unlike the other
25: services.
26: #create error
27: This file contains many copies
28: of the word service
29: but in all of those lines
30: with service in them
31: the next line has a
32: servixe that is spelled
33: wrong unlike the other
34: services.
35: #user
36: #cmp error Ref
37: #log
38: #next
39: 55.1a 10
40: 54.1b 8
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.