GNU Ed

From Rosetta Code
Revision as of 16:27, 18 June 2024 by Aartaka (talk | contribs) (Mark the page as Ed implementation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
GNU Ed is an implementation of Ed. Other implementations of Ed.

Homepage: https://www.gnu.org/software/ed/

wp:ed_(software) (EDitor) is a line-oriented text editor. Even though it's usable as a plain editor, most of its uses are in text-filtering/modifying scripts. That's why e.g. GNU Sed exists—to supersede the outdated ed in text-oriented scripting.