| Index Entry | Section |
|
| G | | |
| G-d | Acknowledgments |
| Garfinkle, Scott | A.6 Major Contributors to gawk |
| gawk, awk and | Preface |
| gawk, awk and | 0.2 Using This Book |
| gawk, bitwise operations in | 8.1.6 Bit-Manipulation Functions of gawk |
| gawk, break statement in | 6.4.6 The break Statement |
| gawk, built-in variables and | 6.5 Built-in Variables |
| gawk, character classes and | 2.4 Using Character Lists |
| gawk, coding style in | C.2.1 Adding New Features |
| gawk, command-line options | 2.5 gawk-Specific Regexp Operators |
| gawk, comparison operators and | 5.10.2 Comparison Operators |
| gawk, configuring | B.2.3 The Configuration Process |
| gawk, configuring, options | B.2.2 Additional Configuration Options |
| gawk, continue statement in | 6.4.7 The continue Statement |
| gawk, debugging | 11.7 Known Bugs in gawk |
| gawk, distribution | B.1.3 Contents of the gawk Distribution |
| gawk, escape sequences | Advanced Notes: Backslash Before Regular Characters |
| gawk, extensions, disabling | 11.2 Command-Line Options |
| gawk, features, adding | C.2.1 Adding New Features |
| gawk, features, advanced | 10. Advanced Features of gawk |
| gawk, fflush function in | 8.1.4 Input/Output Functions |
| gawk, field separators and | 6.5.1 Built-in Variables That Control awk |
| gawk, FIELDWIDTHS variable in | 6.5.1 Built-in Variables That Control awk |
| gawk, file names in | 4.7 Special File Names in gawk |
| gawk, format-control characters | 4.5.2 Format-Control Letters |
| gawk, function arguments and | 8.1.1 Calling Built-in Functions |
| gawk, functions, adding | C.3 Adding New Built-in Functions to gawk |
| gawk, hexadecimal numbers and | 5.1.2 Octal and Hexadecimal Numbers |
| gawk, IGNORECASE variable in | 6.5.1 Built-in Variables That Control awk |
| gawk, implementation issues | C. Implementation Notes |
| gawk, implementation issues, debugging | C.1 Downward Compatibility and Debugging |
| gawk, implementation issues, downward compatibility | C.1 Downward Compatibility and Debugging |
| gawk, implementation issues, limits | 3.8.9 Points to Remember About getline |
| gawk, implementation issues, pipes | 4.6 Redirecting Output of print and printf |
| gawk, installing | B. Installing gawk |
| gawk, internals | C.3.1 A Minimal Introduction to gawk Internals |
| gawk, internationalization and, See internationalization | 9. Internationalization with gawk |
| gawk, interpreter, adding code to | C.3.2.3 Integrating the Extensions |
| gawk, interpreter, adding code to | C.4 Probable Future Extensions |
| gawk, interval expressions and | 2.3 Regular Expression Operators |
| gawk, line continuation in | 5.12 Conditional Expressions |
| gawk, LINT variable in | 6.5.1 Built-in Variables That Control awk |
| gawk, list of contributors to | A.6 Major Contributors to gawk |
| gawk, MS-DOS version of | B.3.3.4 Using gawk on PC Operating Systems |
| gawk, newlines in | 1.6 awk Statements Versus Lines |
| gawk, next file statement in | 6.4.9 Using gawk's nextfile Statement |
| gawk, nextfile statement in | 6.4.9 Using gawk's nextfile Statement |
| gawk, nextfile statement in | 12.2.1 Implementing nextfile as a Function |
| gawk, octal numbers and | 5.1.2 Octal and Hexadecimal Numbers |
| gawk, OS/2 version of | B.3.3.4 Using gawk on PC Operating Systems |
| gawk, regexp constants and | 5.2 Using Regular Expression Constants |
| gawk, regular expressions, case sensitivity | 2.6 Case Sensitivity in Matching |
| gawk, regular expressions, operators | 2.5 gawk-Specific Regexp Operators |
| gawk, regular expressions, precedence | 2.3 Regular Expression Operators |
| gawk, See Also awk | Preface |
| gawk, source code, obtaining | B.1.1 Getting the gawk Distribution |
| gawk, splitting fields and | 3.6 Reading Fixed-Width Data |
| gawk, string-translation functions | 8.1.7 Using gawk's String-Translation Functions |
| gawk, timestamps | 8.1.5 Using gawk's Timestamp Functions |
| gawk, uses for | Preface |
| gawk, versions of, information about, printing | 11.2 Command-Line Options |
| gawk, word-boundary operator | 2.5 gawk-Specific Regexp Operators |
| General Public License (GPL) | Glossary |
| General Public License, See GPL | The GNU Project and This Book |
| gensub function (gawk) | 5.2 Using Regular Expression Constants |
| gensub function (gawk) | 8.1.3 String-Manipulation Functions |
| gensub function (gawk), escape processing | 8.1.3.1 More About `\' and `&' with sub, gsub, and gensub |
| get_actual_argument internal function | C.3.1 A Minimal Introduction to gawk Internals |
| get_argument internal function | C.3.1 A Minimal Introduction to gawk Internals |
| get_array_argument internal macro | C.3.1 A Minimal Introduction to gawk Internals |
| get_curfunc_arg_count internal function | C.3.1 A Minimal Introduction to gawk Internals |
| get_record input method | C.3.1 A Minimal Introduction to gawk Internals |
| get_scalar_argument internal macro | C.3.1 A Minimal Introduction to gawk Internals |
| getgrent function (C library) | 12.6 Reading the Group Database |
| getgrent function (C library) | 12.6 Reading the Group Database |
| getgrent user-defined function | 12.6 Reading the Group Database |
| getgrent user-defined function | 12.6 Reading the Group Database |
| getgrgid function (C library) | 12.6 Reading the Group Database |
| getgrgid user-defined function | 12.6 Reading the Group Database |
| getgrnam function (C library) | 12.6 Reading the Group Database |
| getgrnam user-defined function | 12.6 Reading the Group Database |
| getgruser function (C library) | 12.6 Reading the Group Database |
| getgruser function, user-defined | 12.6 Reading the Group Database |
| getline command | 3. Reading Input Files |
| getline command, _gr_init user-defined function | 12.6 Reading the Group Database |
| getline command, _pw_init function | 12.5 Reading the User Database |
| getline command, coprocesses, using from | 3.8.7 Using getline from a Coprocess |
| getline command, coprocesses, using from | 4.8 Closing Input and Output Redirections |
| getline command, deadlock and | 10.2 Two-Way Communications with Another Process |
| getline command, explicit input with | 3.8 Explicit Input with getline |
| getline command, FILENAME variable and | 3.8.9 Points to Remember About getline |
| getline command, return values | 3.8 Explicit Input with getline |
| getline command, variants | 3.8.10 Summary of getline Variants |
| getopt function (C library) | 12.4 Processing Command-Line Options |
| getopt user-defined function | 12.4 Processing Command-Line Options |
| getopt user-defined function | 12.4 Processing Command-Line Options |
| getpwent function (C library) | 12.5 Reading the User Database |
| getpwent function (C library) | 12.5 Reading the User Database |
| getpwent user-defined function | 12.5 Reading the User Database |
| getpwent user-defined function | 12.5 Reading the User Database |
| getpwnam function (C library) | 12.5 Reading the User Database |
| getpwnam user-defined function | 12.5 Reading the User Database |
| getpwuid function (C library) | 12.5 Reading the User Database |
| getpwuid user-defined function | 12.5 Reading the User Database |
| getservbyname function (C library) | 10.3 Using gawk for Network Programming |
| gettext function (C library) | 9.2 GNU gettext |
| gettext library | 9.2 GNU gettext |
| gettext library, locale categories | 9.2 GNU gettext |
| gettimeofday user-defined function | 12.2.8 Managing the Time of Day |
| GNITS mailing list | Acknowledgments |
| GNU awk, See gawk | Preface |
| GNU Free Documentation License | GNU Free Documentation License |
| GNU General Public License | Glossary |
| GNU Lesser General Public License | Glossary |
| GNU long options | 11.1 Invoking awk |
| GNU long options | 11.2 Command-Line Options |
| GNU long options, printing list of | 11.2 Command-Line Options |
| GNU Project | The GNU Project and This Book |
| GNU Project | Glossary |
| GNU/Linux | The GNU Project and This Book |
| GNU/Linux | 9.5 A Simple Internationalization Example |
| GNU/Linux | B.4.1.1 Compiling gawk on the Atari ST |
| GNU/Linux | Glossary |
| GPL (General Public License) | The GNU Project and This Book |
| GPL (General Public License) | Glossary |
| GPL (General Public License), printing | 11.2 Command-Line Options |
| grcat program | 12.6 Reading the Group Database |
| Grigera, Juan | A.6 Major Contributors to gawk |
| Grigera, Juan | B.5 Reporting Problems and Bugs |
| group database, reading | 12.6 Reading the Group Database |
| group file | 12.6 Reading the Group Database |
| groups, information about | 12.6 Reading the Group Database |
| gsub function | 5.2 Using Regular Expression Constants |
| gsub function | 8.1.3 String-Manipulation Functions |
| gsub function, arguments of | 8.1.3 String-Manipulation Functions |
| gsub function, escape processing | 8.1.3.1 More About `\' and `&' with sub, gsub, and gensub |
|