-
Introduction to Awk
Awk is not only a utility program but also a programming language, which makes it useful for scripting. It was designed for data extraction and text processing. Thanks to its versatility it is a popular tool among sysadmins and programmers of Unix and GNU/Linux operating systems. This introduction to the Awk programming language is part of the shell scripting courses I have provided recently, I hope you find it useful.

