Linux-Fu: Making AWK a Bit Easier
awk
is a kind of Swiss Army knife for text files. However, some of its limitations are often a bit annoying. I’ve used a simple set of functions to make awk
a bit better, although I will warn you: it does require GNU extensions to awk
. That is, you …read more