How to Use Awk to Print Fields and Columns in File
By
Tecmint
It is good to know that Awk automatically divides input lines provided to it into fields, and a field can be defined as a set of characters that are separated from other fields by an internal field separator.