How does awk normally model structured text input?
awk
Each file is a process and each column is a thread.
Each line is a record, and each record is divided into fields.
Input must be stored in a relational database table.
The entire file is one unstructured sequence of bytes with no records.