Unix Sed Quick Reference
UNIX SED Introduction · Sed is a “non-interactive” stream-oriented editor. Since its an “non-interactive” it can be used to automate editing. · This allows you to edit multiple files, or to perform common editing operations without opening VI or emacs. · Sed reads from a file or from its standard input and outputs to its … Read more