Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
sed: A GNU stream text editor.
Name: | sed |
Vendor: | Scientific Linux |
Version: | 4.1.2 |
License: | GPL |
Release: | 6.el4 |
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
- * Mon Sep 4 19:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 4.1.5-6.el4
- Fix handling of relative symlinks
- Resolves:#205122
- * Thu Apr 13 19:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 4.1.2-5.EL4
- Introduce naming scheme consistent with other packages.
- #185374:
- Follow symlinks before rename (avoid symlink overwrite)
- Add -c flag for copy instead of rename (avoid ownership change)
- * Fri Oct 8 19:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.2-4
- fix up make check to run sed --version with LC_ALL=C
in the environment (#129014)