Awk in 20 Minutes

Awk is a tiny programming language and a command line tool. It’s particularly appropriate for log parsing on servers, mostly because Awk will operate on files, usually structured in lines of human-readable text.

Worth a read for anyone wishing they knew Awk better.