- Learning AWK Programming
- Shiwang Kalkhanda
- 39字
- 2021-08-27 19:49:54
Using the BEGIN and END blocks construct
AWK contains two special keywords, BEGIN and END, for patterns where an action is required. Both of them are optional and are used without slashes. They don't match any input lines.