![]() |
These pages are dedicated to the programming language 'awk'.
What is awk?AWK is a general purpose programming language that is designed for processing text. The name AWK comes from the its authors — Aho, Weinberger and Kernighan. AWK is one of the original Unix tools. A version of the AWK language is a standard feature of nearly every modern Unix-like operating system available today.Why use awk?AWK is a very compact, powerful scripting language that is perfect for one liners and short programs. Since AWK is dedicated to processing text, awk programs are often shorter than equivalent perl programs (or most other languages for that matter). Writing AWK programs is also fun. |
awk one liners - a great big list of short awk programs
awk examples - a list of slightly longer awk programs
awk applications - combining awk programs with other console applications
awk variables - [coming soon] a discussion of awk's variables and their idiosyncracies.
awk arrays - [coming soon] using arrays effectively
awk tutorial - A good tutorial for AWK
awk reference manual - A User's Guide for GNU AWK
another awk reference - The AWK Manual
s2a - the sed to awk conversion tool written completely in awk
Choose your way out: [sed2awk project]
[awklores home]