ed 1.20.1
Line-oriented text editor
Ed is a line-oriented text editor: rather than offering an overview of a document, ed performs editing one line at a time. It can be executed both interactively and via shell scripts. Its method of command input allows complex tasks to be performed in an automated way. GNU ed offers several extensions over the standard utility.
- Website: https://www.gnu.org/software/ed/
- Licenses: GPL 3+
- Package source: gnu/packages/text-editors.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ed 1.20.1
as follows:
guix install ed@1.20.1
Or install the latest version:
guix install ed
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.