Start development on BSD 4
[unix-history] / .ref-5cb41021d721f4e0ac572d592613f963e495d1ff / .ref-BSD-3 / usr / lib / learn / editor / L34.2e
CommitLineData
fd15fd37
BJ
1#print
2Suppose you wanted to match all letters and
3punctuation marks. You could try
4 [^ ]
5which is "anything but blank".
6Try the following commands:
7
8ed cut
91p
101s/p[^ ]/xxx/p
11w
12q
13ready
14#create Ref
15stop this comxxxter
16#create cut
17stop this computer
18#user
19#cmp cut Ref
20#log
21#next
2234.2f 5