Sed: Difference between revisions
Appearance
m →Links |
|||
Line 11: | Line 11: | ||
* [http://pubs.opengroup.org/onlinepubs/9699919799/utilities/sed.html sed] (The Open Group Base Specifications) | * [http://pubs.opengroup.org/onlinepubs/9699919799/utilities/sed.html sed] (The Open Group Base Specifications) | ||
* [http://www.grymoire.com/Unix/Sed.html Sed - An Introduction and Tutorial] by Bruce Barnett | * [http://www.grymoire.com/Unix/Sed.html Sed - An Introduction and Tutorial] by Bruce Barnett | ||
* [https://sed.sourceforge.io/grabbag/tutorials/ Sed Tutorials] | |||
[[Category:Text editors]] | [[Category:Text editors]] |
Revision as of 18:54, 10 October 2023
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 expressions
Implementations
- GNU sed
- minised
Links
- sed (The Open Group Base Specifications)
- Sed - An Introduction and Tutorial by Bruce Barnett
- Sed Tutorials