(no title)
jvns
|
2 years ago
That book (Ed Mastery, https://mwl.io/nonfiction/tools#ed) is an April fool's joke, but it's a real book and I thought it was actually really good. I've still basically never used ed but it was fun to learn about and it helped me understand vim's history a little bit.
bewuethr|2 years ago
https://www.tiltedwindmillpress.com/product/manly/
cylinder714|2 years ago
denton-scratch|2 years ago
The commands in vi are based around the commands in ed. They belong to the same family. sed is also a family-member, and an amazing tool. But I won't be sorry if I never run into ed again. Essentially, it's a rudimentary editor with zero dependencies; it doesn't need a curses library, in particular. And it would work on a terminal with only a printer for output, which was useful, back then.
GauntletWizard|2 years ago
bch|2 years ago