edward

An extensible POSIX-compatible implementation of the ed(1) text editor

git clone https://git.8pit.net/edward.git

 1H
 2a
 3foo
 4bar
 5faz
 6.
 7G/^f/
 8s/foo/test/
 9C-d \
101,$p
11Q