Stop Being AWKward, Filter with Awk on Linux
-
Awk is a venerable and powerful programming language ubiquitous to UNIX systems famous for its fast and flexible REGEX (Regular Expression) processing. Tecmint takes a look at getting started with Awk.
-
I've only ever really used it to parse csv, tsv, etc files. I need to get better with it.
-
I use it very little but have the odd task that I use it for. It's difficult to pop into a one liner so I try to use other tools when possible.