Awk Glossary
Browse 2 awk terms defined in plain English, from the cultural dictionary of computing.
2 Awk Terms
- Field Separator
- A character or string used to delimit fields in a record. In Unix tools like AWK and cut, the field separator (FS or -d) determines how lines are split into...
- Pattern Action
- A programming paradigm, most associated with AWK, where rules consist of a pattern (condition) paired with an action (code block). When input matches the...
Related Topics
- Text Processing (2 terms in common)
- Shell (1 terms in common)
- Unix (1 terms in common)