Awk is a command for doing things with text files. We give it a text file and it can do an action on each line. So we can print the whole line, or part of the line, or reorder parts. As a simple example, here’s a CSV of people’s last name, first name, age, and …