Using ed, the standard UNIX editor
Some time ago I wrote about the sam text editor, a UNIX text editor that incorporates many features that are cherished by UNIX users, such as regular expressions and programmability. It turns out that many of these features were already present on the standard UNIX editor: ed. For many, it seems crazy that one might…