Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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-6.fc14.x86_64
[215 KiB] |
Changelog
by Vojtech Vitek (V-Teq) (2011-07-12):
- avoid silent data loss when an input line is 2^31 bytes or longer
Resolves: #720438
|
sed-4.2.1-6.fc14.i686
[1.0 MiB] |
Changelog
by Vojtech Vitek (V-Teq) (2011-07-12):
- avoid silent data loss when an input line is 2^31 bytes or longer
Resolves: #720438
|