Tag: sed tutorial

sed tutorial: sed append command

The sed append command can add a new line before or after the specified matching line. We do this by using sed a and i...