UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: 11.1 Command-line SyntaxChapter 11
The Awk Scripting Language
Next: 11.3 Patterns and Procedures
 

11.2 Conceptual Overview

Awk is a pattern-matching program for processing files, especially when they are databases. The new version of awk, called nawk, provides additional capabilities and is now the standard in SVR4. Awk is still available under the same name (it is really just a link to the command oawk). In the next major release of System V, nawk will become the default. (The Free Software Foundation has a version of awk called gawk. All features in nawk are available in gawk.)

With original awk, you can:

With nawk, you can also:


Previous: 11.1 Command-line SyntaxUNIX in a Nutshell: System V EditionNext: 11.3 Patterns and Procedures
11.1 Command-line SyntaxBook Index11.3 Patterns and Procedures

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System