This package browser is in early development. Mind the rough edges.

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.

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.