home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: 11.6 Variables and Array Assignments Chapter 11
The Awk Scripting Language
Next: 11.8 Alphabetical Summary of Commands
 

11.7 Group Listing of Awk Commands

Awk commands may be classified as follows:

Arithmetic Functions

String Functions

Control Flow Statements

Input/Output Processing

Miscellaneous

atan2* gsub* break close* delete*
cos index continue getline* function*
exp length do/while* next* system*
int match* exit print
log split for printf
rand* sub* if sprintf
sin substr return*
sqrt tolower[dagger] while
srand* toupper[dagger]

* Available in nawk [dagger] Available in gawk


Previous: 11.6 Variables and Array Assignments UNIX in a Nutshell: System V Edition Next: 11.8 Alphabetical Summary of Commands
11.6 Variables and Array Assignments Book Index 11.8 Alphabetical Summary of Commands

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