sed
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.
- Versions: 4.9
- Website: https://www.gnu.org/software/sed/
- Licenses: GPL 3+
- Package source: gnu/packages/base.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of sed as follows:
guix install sed
Or install a particular version:
guix install sed@4.9
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 sed about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/sed'><img src='https://packages.guix.gnu.org/packages/sed/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/sed)
Example Org:
[[https://packages.guix.gnu.org/packages/sed][https://packages.guix.gnu.org/packages/sed/badges/latest-version.svg]]