source:
kBuild/trunk/src/sed/testsuite/numsub.sed@
1261
Last change on this file since 1261 was 599, checked in by , 18 years ago | |
---|---|
File size: 138 bytes |
Line | |
---|---|
1 | # the first one matches, the second doesn't |
2 | 1s/foo/bar/10 |
3 | 2s/foo/bar/20 |
4 | |
5 | # The second line should be deleted. ssed 3.55-3.58 do not. |
6 | t |
7 | d |
Note:
See TracBrowser
for help on using the repository browser.