Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
sed - A GNU stream text editor
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
Latest: sed-4.2.1-5.pre6.el6.fio.x86_64.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
sed |
0 |
4.2.1 |
5.pre6.el6.fio |
x86_64 |
214 KiB |
2011-07-14 02:06:45 |
Changelog:
- * 2010-02-22 - Jiri Moskovcak <jmoskovc[AT]redhat[DOTCOM]> 4.2.1-5
- added back -c/--copy
- resolves: #566457
- * 2009-10-16 - Jiri Moskovcak <jmoskovc[AT]redhat[DOTCOM]> 4.2.1-4
- added libselinux-devel to buildrequires rhbz#514182
- fixed problem with --excludedocs rhbz#515913
- * 2009-08-11 - Ville Skyttä <ville.skytta[AT]iki.fi> - 4.2.1-3
- Use bzipped upstream tarball.
- * 2009-07-26 - Fedora Release Engineering <rel-eng[AT]lists.fedoraproject[DOTORG]> - 4.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * 2009-06-29 - Jiri Moskovcak <jmoskovc[AT]redhat[DOTCOM]> - 4.2.1-1
- new version
- obsoletes previous patches
- added patch to maintain backwards compatibility for scripts using -c/--copy
- Resolves: #502934