A stream text editor for filtering and transforming text, used for basic text manipulation and scripting, and part of the GNU implementation of the popular Unix utility sed.
GNU sed is a stream text editor that is commonly used for filtering and transforming text streams in pipelines or files. It is the GNU implementation of sed (stream editor), a popular and ubiquitous Unix utility for parsing and manipulating text.
Some key features and capabilities of GNU sed include:
GNU sed is commonly used for tasks like filtering lines, find and replace, basic text manipulation, data conversiang preprocessinge, and writing automation scripts to transform text streams. It shines due to its flexibility in matching and manipulating text with regex.
Here are some alternatives to GNU sed:
Suggest an alternative ❐