| Index Entry | Section |
|
| G | | |
| G-d | Acknowledgments |
| Garfinkle, Scott | A.6 Major Contributors to gawk |
| gawk, awk and | Preface |
| gawk, awk and | 1.1 Using This Book |
| gawk, bitwise operations in | 9.1.6 Bit-Manipulation Functions of gawk |
| gawk, break statement in | 7.4.5 The break Statement |
| gawk, built-in variables and | 7.5 Built-in Variables |
| gawk, character classes and | 3.4 Using Character Lists |
| gawk, coding style in | C.2.1 Adding New Features |
| gawk, command-line options | 3.5 gawk-Specific Regexp Operators |
| gawk, comparison operators and | 6.10 Variable Typing and Comparison Expressions |
| gawk, configuring | B.2.3 The Configuration Process |
| gawk, configuring, options | B.2.2 Additional Configuration Options |
| gawk, continue statement in | 7.4.6 The continue Statement |
| gawk, debugging | 12.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 | 12.2 Command-Line Options |
| gawk, features, adding | C.2.1 Adding New Features |
| gawk, features, advanced | 11. Advanced Features of gawk |
| gawk, fflush function in | 9.1.4 Input/Output Functions |
| gawk, field separators and | 7.5.1 Built-in Variables That Control awk |
| gawk, FIELDWIDTHS variable in | 7.5.1 Built-in Variables That Control awk |
| gawk, file names in | 5.7 Special File Names in gawk |
| gawk, format-control characters | 5.5.2 Format-Control Letters |
| gawk, function arguments and | 9.1.1 Calling Built-in Functions |
| gawk, functions, adding | C.3 Adding New Built-in Functions to gawk |
| gawk, hexadecimal numbers and | 6.1.2 Octal and Hexadecimal Numbers |
| gawk, IGNORECASE variable in | 7.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 | 4.8.9 Points to Remember About getline |
| gawk, implementation issues, pipes | 5.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 | 10. 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 | 3.3 Regular Expression Operators |
| gawk, line continuation in | 6.12 Conditional Expressions |
| gawk, LINT variable in | 7.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.3 Using gawk on PC Operating Systems |
| gawk, newlines in | 2.6 awk Statements Versus Lines |
| gawk, next file statement in | 7.4.8 Using gawk's nextfile Statement |
| gawk, nextfile statement in | 7.4.8 Using gawk's nextfile Statement |
| gawk, nextfile statement in | 13.2.1 Implementing nextfile as a Function |
| gawk, octal numbers and | 6.1.2 Octal and Hexadecimal Numbers |
| gawk, OS/2 version of | B.3.3.3 Using gawk on PC Operating Systems |
| gawk, regexp constants and | 6.2 Using Regular Expression Constants |
| gawk, regular expressions, case sensitivity | 3.6 Case Sensitivity in Matching |
| gawk, regular expressions, operators | 3.5 gawk-Specific Regexp Operators |
| gawk, regular expressions, precedence | 3.3 Regular Expression Operators |
| gawk, See Also awk | Preface |
| gawk, source code, obtaining | B.1.1 Getting the gawk Distribution |
| gawk, splitting fields and | 4.6 Reading Fixed-Width Data |
| gawk, string-translation functions | 9.1.7 Using gawk's String-Translation Functions |
| gawk, timestamps | 9.1.5 Using gawk's Timestamp Functions |
| gawk, uses for | Preface |
| gawk, versions of, information about, printing | 12.2 Command-Line Options |
| gawk, word-boundary operator | 3.5 gawk-Specific Regexp Operators |
| General Public License (GPL) | Glossary |
| General Public License, See GPL | The GNU Project and This Book |
| gensub function (gawk) | 6.2 Using Regular Expression Constants |
| gensub function (gawk) | 9.1.3 String-Manipulation Functions |
| gensub function (gawk), escape processing | 9.1.3.1 More About `\' and `&' with sub, gsub, and gensub |
| get_argument internal function | C.3.1 A Minimal Introduction to gawk Internals |
| getgrent function (C library) | 13.6 Reading the Group Database |
| getgrent function (C library) | 13.6 Reading the Group Database |
| getgrent user-defined function | 13.6 Reading the Group Database |
| getgrent user-defined function | 13.6 Reading the Group Database |
| getgrgid function (C library) | 13.6 Reading the Group Database |
| getgrgid user-defined function | 13.6 Reading the Group Database |
| getgrnam function (C library) | 13.6 Reading the Group Database |
| getgrnam user-defined function | 13.6 Reading the Group Database |
| getgruser function (C library) | 13.6 Reading the Group Database |
| getgruser function, user-defined | 13.6 Reading the Group Database |
| getline command | 4. Reading Input Files |
| getline command, _gr_init user-defined function | 13.6 Reading the Group Database |
| getline command, _pw_init function | 13.5 Reading the User Database |
| getline command, coprocesses, using from | 4.8.7 Using getline from a Coprocess |
| getline command, coprocesses, using from | 5.8 Closing Input and Output Redirections |
| getline command, deadlock and | 11.2 Two-Way Communications with Another Process |
| getline command, explicit input with | 4.8 Explicit Input with getline |
| getline command, FILENAME variable and | 4.8.9 Points to Remember About getline |
| getline command, return values | 4.8 Explicit Input with getline |
| getline command, variants | 4.8.10 Summary of getline Variants |
| getopt function (C library) | 13.4 Processing Command-Line Options |
| getopt user-defined function | 13.4 Processing Command-Line Options |
| getopt user-defined function | 13.4 Processing Command-Line Options |
| getpwent function (C library) | 13.5 Reading the User Database |
| getpwent function (C library) | 13.5 Reading the User Database |
| getpwent user-defined function | 13.5 Reading the User Database |
| getpwent user-defined function | 13.5 Reading the User Database |
| getpwnam function (C library) | 13.5 Reading the User Database |
| getpwnam user-defined function | 13.5 Reading the User Database |
| getpwuid function (C library) | 13.5 Reading the User Database |
| getpwuid user-defined function | 13.5 Reading the User Database |
| getservbyname function (C library) | 11.3 Using gawk for Network Programming |
| gettext function (C library) | 10.2 GNU gettext |
| gettext library | 10.2 GNU gettext |
| gettext library, locale categories | 10.2 GNU gettext |
| gettimeofday user-defined function | 13.2.7 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 | 12.1 Invoking awk |
| GNU long options | 12.2 Command-Line Options |
| GNU long options, printing list of | 12.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 | 10.5 A Simple Internationalization Example |
| GNU/Linux | B.2.2 Additional Configuration Options |
| 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 | 12.2 Command-Line Options |
| grcat program | 13.6 Reading the Group Database |
| Grigera, Juan | A.6 Major Contributors to gawk |
| Grigera, Juan | B.5 Reporting Problems and Bugs |
| group database, reading | 13.6 Reading the Group Database |
| group file | 13.6 Reading the Group Database |
| groups, information about | 13.6 Reading the Group Database |
| gsub function | 6.2 Using Regular Expression Constants |
| gsub function | 9.1.3 String-Manipulation Functions |
| gsub function, arguments of | 9.1.3 String-Manipulation Functions |
| gsub function, escape processing | 9.1.3.1 More About `\' and `&' with sub, gsub, and gensub |
|