An Introduction to awk | Linux Journal - Linux Journal | The Original Magazine of the Linux Communit
The awk language matches normal regular expressions that you have come to know and love, and it does so better than grep. For instance, I use the following awk search pattern to look for the presence of a likely exploit on Intel Linux systems: #!/usr/bin/...