An Awk Primer
Table of Contents
editA Guided Tour of Awk
editAwk Syntax
edit- Awk Invocation and Operation
- Search Patterns (1)
- Search Patterns (2)
- Numbers and Strings
- Variables
- Arrays
- Operations
- Standard Functions
- User-defined Functions
- Control Structures
- Output with print and printf
- A Digression: The sprintf Function
- Output Redirection and Pipes