BSD 4_1_snap development
[unix-history] / usr / lib / learn / editor / L34.1b
CommitLineData
3eb5d546
C
1#print
2Will the command
3 s/ab[^cde]/xx/p
4change the line
5 abcxyzabfxyz
6Type "yes" or "no".
7#copyin
8#user
9#uncopyin
10#match yes
11#fail
12Remember that the s/.../../ command will
13keep looking through the line for something
14to change, even if the beginning of the
15line doesn't match.
16#log
17#next
1835.1a 10
1935.2a 5