edward

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

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

1E testdata/first-file
2a
3foo
4.
5w
6e testdata/second-file
7r testdata/first-file
8w
9!echo %