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

sed 4.8

Stream editor

Sed is a non-interactive, text stream editor. It receives a text input from a file or from standard input and it then applies a series of text editing commands to the stream and prints its output to standard output. It is often used for substituting text patterns in a stream. The GNU implementation offers several extensions over the standard utility.

Installation

Install sed 4.8 as follows:

guix install sed@4.8

Or install the latest version:

guix install sed

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.