⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{implementation|Sed}}

Homepage: [https://www.gnu.org/software/sed/ https://www.gnu.org/software/sed/]

[[wp:sed]] (stream editor) is a non-interactive text editor. It is used to filter text, i.e., it takes text input, performs some operation (or set of operations) on it, and outputs the modified text.

sed is typically used for extracting part of a file using pattern matching or substituting multiple occurrences of a string within a file.

[[Category:Editor]] [[Category:Utility]]