Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
sed: A GNU stream text editor.
Name: | sed |
Vendor: | Scientific Linux |
Version: | 4.0.7 |
License: | GPL |
Release: | 8.EL3 |
URL: | |
- Summary
- 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.
Changelog
- * Fri Apr 14 19:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 4.0.7-8.EL3
- Enable escape sequences for 'y' option. (#187574)
- * Fri Apr 14 19:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 4.0.7-6.EL3
- Prevent sed from segfaulting with -i on readonly directory (patch by
Jakub Jelinek) (#169193)
- * Thu Apr 13 19:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 4.0.7-5.EL3
- Introduce naming scheme consistent with other packages.