1this line already contains the string "foo"
2however, we only start searching at line 3
3<--we start searching here-->
4hence "foo" will not be matched before line 3.
5line 1 after match
6line 2 after match
7last line
An extensible POSIX-compatible implementation of the ed(1) text editor
git clone https://git.8pit.net/edward.git
1this line already contains the string "foo"
2however, we only start searching at line 3
3<--we start searching here-->
4hence "foo" will not be matched before line 3.
5line 1 after match
6line 2 after match
7last line