Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
sed: A GNU stream text editor.
Name: | sed |
Vendor: | Scientific Linux |
Version: | 4.0.7 |
License: | GPL |
Release: | 9.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
- * Tue Aug 1 19:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 4.0.7-9.EL3
- Fix escape-y patch to handle escapes also in single-byte
locales. (#200663)
- * 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)