Sed: Difference between revisions
Appearance
Line 6: | Line 6: | ||
==Implementations== | ==Implementations== | ||
*[[GNU sed]] | *[[GNU sed]] | ||
*Hamilton C Shell 1.05 | *[[Hamilton C Shell]] 1.05 | ||
*minised | *minised | ||
*super sed - enhanced version | *super sed - enhanced version |
Revision as of 19:02, 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
- Hamilton C Shell 1.05
- minised
- super sed - enhanced version
Links
- sed (The Open Group Base Specifications)
- Sed - An Introduction and Tutorial by Bruce Barnett
- Sed Tutorials