Could someone please recommend a good reference on awk programming!
Thanks,
Check out the manual that comes with Gawk: it's a texinfo file, and gives
a nice introduction to awk/gawk features. Gawk is the GNU version of awk
(public domain under the GNU copyright license).
Steve Franklin