ed
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.
- Versions: 1.21
- 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 the latest version of ed as follows:
guix install ed
Or install a particular version:
guix install ed@1.21
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.
Badge code
You can use the following badge to inform users of ed about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ed'><img src='https://packages.guix.gnu.org/packages/ed/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/ed)
Example Org:
[[https://packages.guix.gnu.org/packages/ed][https://packages.guix.gnu.org/packages/ed/badges/latest-version.svg]]