I learned the basics of ed(1)
, and writing my own seems like an
entertaining way to write some more Rust.
- GNU ed has more options than I care to deal with. OpenBSD's man page was the
first non-GNU Google result I got for
man ed
. Thus https://man.openbsd.org/ed.1
it parses command line arguments and then politely exits.