AWK Language Programming - Patterns and Actions
Patterns and Actions As you have already seen, each awk statement consists of a pattern with an associated action. This chapter describes how you build patterns and actions. Pattern Overview: What goes into a pattern. Action Overview: What goes into an ac...