ED2 (ed2) is a part of the putils project for Plus Linux
It is written from scratch in C and is inspired of the original ed from AT&T Bell Laboratories.
a ➡️ input text in a new line w ➡️ save the file c ➡️ change a line q ➡️ quit n ➡️ list lines . ➡️ write the lines to buffer
- ED2 has a "different" way to tell their users, that they messed up a command :)
- ED2 is desinged to be small for Plus Linux to save space for other programs.
- ED2 is the fastest editor out there because it is very small and simple made in its source!
- Customise ED2 for your like in its source code!