Scope sed commands to specific lines
Find out how to use sed addresses to target chunks of text between two patterns, for example.
sed commands to specific linesFind out how to use sed addresses to target chunks of text between two patterns, for example.
Disclaimer: this article is tailored to those of us who are taking
their first steps in the CLI.
A seasoned user is still likely to find some quite interesting information
in the various notes, but the main focus of the article still is only
meant to level the playing field in order to approach the everything is a
file series.
catThe signature of the shell-illiterate