33.5 Running Editing Scripts Within viBecause vi is built on top of the ex line editor, you get all the power of a line editor as well. Any experienced vi user issues ex commands all the time - but usually one by one, at the colon prompt. The one exception is the .exrc file ( 30.6 ) , which is, at bottom, a list of commands for ex to run on startup - in short, an editor script.
What many beginners don't know is that you can save a sequence of
ex
commands in any file, and execute it with the
In general,
sed
(
34.24
)
is better for general-purpose batch editing - such as making a set of
global substitutions over and over again on multiple files - therefore,
- |
|