|
The awk utility interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs easily with just a few lines of code.
This manual teaches you what awk does and how you can use awk effectively. You should already be familiar with basic system commands such as ls.
http://people.cs.uu.nl/piet/docs/nawk/nawk_toc.htm
created by freebooksandarticles on 2008-05-08 00:30:45
|
|
AWK is an excellent tool for processing these rows and columns, and is easier to use AWK than most conventional programming languages. It can be considered to be a pseudo-C interpretor, as it understands the same arithmatic operators as C.
http://www.grymoire.com/Unix/Awk.html
created by freebooksandarticles on 2008-05-08 00:29:17
|
|
The Awk text-processing programming language is a useful and simple tool for manipulating text. This document provides a quick tutorial for Awk. The Awk syntax used in this document corresponds to that used on UN*X. It may vary slightly on other platforms.
http://www.vectorsite.net/tsawk.html
created by freebooksandarticles on 2008-05-08 00:28:05
|