Jump to content

Sed: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "The Stream editor (sed) reads text files, makes editing changes by a command script, and writes the results to standard output. ==Features== *Support for regular expression..."
 
Ak120 (talk | contribs)
Line 5: Line 5:


==Implementations==
==Implementations==
*GNU sed
*[[GNU sed]]
*minised
*minised



Revision as of 20:09, 20 May 2019

The Stream editor (sed) reads text files, makes editing changes by a command script, and writes the results to standard output.

Features

Implementations

Links