Linux AWK

AWK is a pattern scanning and processing language. There are several implementations of AWK (mostly in the form of interpreters). AWK has been codified in POSIX. The main implementations in use today are: nawk (“new awk”, an evolution of oawk, the original UNIX implementation), used on *BSD and widely available on Linux; mawk, a fast implementation Read more…