How to use loops in awk Learn how to use different types of loops to run commands on a record multiple times.
4 ways to control the flow of your awk script Learn to use switch statements and the break, continue, and next commands to control awk scripts.
How to use regular expressions in awk Use regex to search code using dynamic and complex pattern definitions.