Awk in 20 Minutes (2015)

2015/01/15 What’s Awk 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. I say it’s useful on servers because log files, dump files, or whatever text format servers end up dumping…

Read More