Awk in 20 Minutes
08 Feb 2015 • ferd.caAwk 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.