An Awk Primer
Table of Contents Edit
A Guided Tour of Awk Edit
Awk 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