Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
sed - A GNU stream text editor
- Description:
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
sed-4.2.1-10.el6.i686
[213 KiB] |
Changelog
by Vojtech Vitek (V-Teq) (2012-05-02):
- Fix minor FILE resource leaks found by CoverityScan (#812316)
|
sed-4.2.1-7.el6.i686
[213 KiB] |
Changelog
by Ondrej Vasik (2011-07-28):
- improve man/usage documentation of the -i/--in-place option
in the case of symlinks/hardlinks(#679921)
|