AWK
Awk is a program that you can use to select particular records in a file and perform operations upon them.
- Awk - an awk tutorial.
 - The GNU Awk User’s Guide - the official user guide for GNU awk.
 - xpo2dox - my sample awk script.
 
Awk is a program that you can use to select particular records in a file and perform operations upon them.