Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
sed - A GNU stream text editor
- Description:
The sed (Stream EDitor) editor is a stream or batch (non-interactive)
editor. Sed takes text as input, performs an operation or set of
operations on the text and outputs the modified text. The operations
that sed performs (substitutions, deletions, insertions, etc.) can be
specified in a script file or from the command line.
Packages
sed-4.4-1.fc26.x86_64
[286 KiB] |
Changelog
by Jakub Martisko (2017-02-09):
- new version 4.4
- removed COPYING.DOC license which is no longer in upstream
- Resolves: #1410093
|