Areas of Application
Originally used extensively with awk it now has three main uses:
- To edit files too large for comfortable interactive editing.
- To edit any size file when the sequence of editing commands is too
complicated to be comfortably typed in interactive mode.
- To perform multiple `global' editing functions efficiently in one pass
through the input.