|
|
1.1 root 1: #print
2: Note that there is quite a list of characters that
3: are special to the editor:
4: . [ * ^ $ & /
5: What do you do when you want to use one of these
6: characters as itself, rather than for its special meaning?
7: You must precede it by a backlash. For example, how
8: would you turn
9: ".
10: into
11: ."
12: Try the following sequence:
13:
14: ex test
15: 1,3p
16: 1,3s/"\./."/p
17: wq
18: ready
19: #create Ref
20: This is a "quoted word."
21: Here is "another."
22: Be "careful." Especially with dots.
23: #create test
24: This is a "quoted word".
25: Here is "another".
26: Be "careful". Especially with dots.
27: #user
28: #cmp test Ref
29: #log
30: #next
31: 43.2b 5
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.