1H
21,$s/foo/test/1
31,$p
4.=
51,$s/foo/%/g
61,$p
7.=
81,$s/test/\%/g
91,$p
10.=
11Q
An extensible POSIX-compatible implementation of the ed(1) text editor
git clone https://git.8pit.net/edward.git
1H
21,$s/foo/test/1
31,$p
4.=
51,$s/foo/%/g
61,$p
7.=
81,$s/test/\%/g
91,$p
10.=
11Q