An Awk Primer
Appearance
Table of Contents
[edit | edit source]A Guided Tour of Awk
[edit | edit source]Awk Syntax
[edit | edit source]- 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
Awk Examples, NAWK & Awk Quick Reference
[edit | edit source]- Using Awk from the Command Line
- Awk Program Files
- A Note on Awk in Shell Scripts
- Nawk
- Awk Quick Reference Guide
- Revision History