Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
sed: A GNU stream text editor.
Name: | sed |
Vendor: | StartCom Ltd., http://www.startcom.org |
Version: | 4.1.5 |
License: | GPL |
Release: | 5.SEL5 |
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.
Arch: i386
Download: | sed-4.1.5-5.SEL5.i386.rpm |
Build Date: | Sat Mar 17 14:57:00 2007 |
Packager: | Eddy Nigg <eddy_nigg@startcom.org> |
Size: | 328 KiB |
Changelog
- * Thu Mar 15 00:00:00 2007 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Tue Sep 5 01:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 4.1.5-5
-
- Fix handling of relative symlinks (#205122)
- * Fri Aug 4 01:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 4.1.5-4
-
- remove superfluous multibyte processing in str_append for UTF-8
encoding (thanks Paolo Bonzini, #177246)