The GNU stream text editor http://www.gnu.org/software/sed/
Go to file
2024-01-05 17:44:19 +01:00
README.md update to 4.2.2 [release 4.2.2-1mamba;Mon Dec 24 2012] 2024-01-05 17:44:18 +01:00
sed.spec rebuilt in bindir and added debug package [release 4.9-2mamba;Mon Apr 17 2023] 2024-01-05 17:44:19 +01:00

sed

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.