Redirected from AWK
A version of AWK is a standard feature of nearly every modern unix-like operating system available today. The most common versions are listed at [1] (http://cm.bell-labs.com/cm/cs/awkbook/).
Awk is an example of a programming language that extensively uses the string datatype, associative arrays (that is, arrays indexed by key strings), and regular expressions.
A free GNU version of awk is named gawk[?]. Documentation and downloads are available at [2] (http://www.gnu.org/software/gawk/gawk).
The power, terseness, and limitations of AWK programs and sed scripts inspired Larry Wall to write Perl.
Search Encyclopedia
|
Featured Article
|