next up previous contents
Next: String processing with awk Up: Filters: cool objects Previous: Comparing sorted file with   Contents

Stream editing with sed

The basic idea is to read lines one at a time from the input files, apply commands from the list, in order, to each line and write the edited output to the standard output.

sed 'list of ed commands' filenames

Below we will provide a series of useful usages.


next up previous contents
Next: String processing with awk Up: Filters: cool objects Previous: Comparing sorted file with   Contents
Amit Jain 2013-04-22