sed - A GNU stream text editor
Website: | http://sed.sourceforge.net/ |
---|---|
License: | GPLv3+ |
- 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.5-1m.mo8.x86_64 [259 KiB] |
Changelog
by Yohsuke Ooi (2018-04-01):
- (4.5-1m) - update 4.5 |