| Index Entry | Section |
|
| H | | |
| Hankerson, Darrel | Acknowledgments |
| Hankerson, Darrel | A.6 Major Contributors to gawk |
| Hankerson, Darrel | B.5 Reporting Problems and Bugs |
| Hartholz, Elaine | Acknowledgments |
| Hartholz, Marshall | Acknowledgments |
| Hasegawa, Isamu | Acknowledgments |
| Hasegawa, Isamu | A.6 Major Contributors to gawk |
| hexadecimal numbers | 5.1.2 Octal and Hexadecimal Numbers |
| hexadecimal values, enabling interpretation of | 11.2 Command-Line Options |
| histsort.awk program | 13.3.6 Removing Duplicates from Unsorted Text |
| Hughes, Phil | Acknowledgments |
| HUP signal | 10.5 Profiling Your awk Programs |
| hyphen (-), - operator | 5.14 Operator Precedence (How Operators Nest) |
| hyphen (-), - operator | 5.14 Operator Precedence (How Operators Nest) |
| hyphen (-), -- (decrement/increment) operators | 5.14 Operator Precedence (How Operators Nest) |
| hyphen (-), -- operator | 5.8 Increment and Decrement Operators |
| hyphen (-), -= operator | 5.7 Assignment Expressions |
| hyphen (-), -= operator | 5.14 Operator Precedence (How Operators Nest) |
| hyphen (-), filenames beginning with | 11.2 Command-Line Options |
| hyphen (-), in character lists | 2.4 Using Character Lists |
|
| I | | |
| id utility | 13.2.3 Printing out User Information |
| id.awk program | 13.2.3 Printing out User Information |
| if statement | 2.1 How to Use Regular Expressions |
| if statement | 6.4.1 The if-else Statement |
| if statement, actions, changing | 6.1.3 Specifying Record Ranges with Patterns |
| igawk.sh program | 13.3.9 An Easy Way to Use Library Functions |
| IGNORECASE variable | 2.6 Case Sensitivity in Matching |
| IGNORECASE variable | 6.5.1 Built-in Variables That Control awk |
| IGNORECASE variable, array sorting and | 7.11 Sorting Array Values and Indices with gawk |
| IGNORECASE variable, array subscripts and | 7.1 Introduction to Arrays |
| IGNORECASE variable, in example programs | 12. A Library of awk Functions |
| implementation issues, gawk | C. Implementation Notes |
| implementation issues, gawk, debugging | C.1 Downward Compatibility and Debugging |
| implementation issues, gawk, limits | 3.8.9 Points to Remember About getline |
| implementation issues, gawk, limits | 4.6 Redirecting Output of print and printf |
| in operator | 5.10.2 Comparison Operators |
| in operator | 5.14 Operator Precedence (How Operators Nest) |
| in operator | 13.2.3 Printing out User Information |
| in operator, arrays and | 7.2 Referring to an Array Element |
| in operator, arrays and | 7.5 Scanning All Elements of an Array |
| increment operators | 5.8 Increment and Decrement Operators |
| index function | 8.1.3 String-Manipulation Functions |
| indexing arrays | 7.1 Introduction to Arrays |
| initialization, automatic | 1.5 A More Complex Example |
| input files | 3. Reading Input Files |
| input files, closing | 4.8 Closing Input and Output Redirections |
| input files, counting elements in | 13.2.7 Counting Things |
| input files, examples | 1.2 Data Files for the Examples |
| input files, reading | 3. Reading Input Files |
| input files, running awk without | 1.1.2 Running awk Without Input Files |
| input files, running awk without | 1.1.2 Running awk Without Input Files |
| input files, skipping | 12.2.1 Implementing nextfile as a Function |
| input files, variable assignments and | 11.3 Other Command-Line Arguments |
| input pipeline | 3.8.5 Using getline from a Pipe |
| input redirection | 3.8.3 Using getline from a File |
| input, data, nondecimal | 10.1 Allowing Nondecimal Input Data |
| input, explicit | 3.8 Explicit Input with getline |
| input, files, See input files | 3.7 Multiple-Line Records |
| input, multiline records | 3.7 Multiple-Line Records |
| input, splitting into records | 3.1 How Input Is Split into Records |
| input, standard | 1.1.2 Running awk Without Input Files |
| input, standard | 4.7.1 Special Files for Standard Descriptors |
| input/output, binary | 6.5.1 Built-in Variables That Control awk |
| input/output, from BEGIN and END | 6.1.4.2 Input/Output from BEGIN and END Rules |
| input/output, two-way | 10.2 Two-Way Communications with Another Process |
| insomnia, cure for | 13.3.2 An Alarm Clock Program |
| installation, amiga | B.3.1 Installing gawk on an Amiga |
| installation, atari | B.4.1 Installing gawk on the Atari ST |
| installation, beos | B.3.2 Installing gawk on BeOS |
| installation, tandem | B.4.2 Installing gawk on a Tandem |
| installation, vms | B.3.4 How to Compile and Install gawk on VMS |
| installing gawk | B. Installing gawk |
| int function | 8.1.2 Numeric Functions |
| INT signal (MS-DOS) | 10.5 Profiling Your awk Programs |
| integers | D.2 Data Values in a Computer |
| integers, unsigned | D.2 Data Values in a Computer |
| interacting with other programs | 8.1.4 Input/Output Functions |
| internationalization | 8.1.7 Using gawk's String-Translation Functions |
| internationalization | 9.1 Internationalization and Localization |
| internationalization, localization | 6.5.1 Built-in Variables That Control awk |
| internationalization, localization | 9. Internationalization with gawk |
| internationalization, localization, character classes | 2.4 Using Character Lists |
| internationalization, localization, gawk and | 9. Internationalization with gawk |
| internationalization, localization, locale categories | 9.2 GNU gettext |
| internationalization, localization, marked strings | 9.3 Internationalizing awk Programs |
| internationalization, localization, portability and | 9.4.3 awk Portability Issues |
| internationalizing a program | 9.2 GNU gettext |
| interpreted programs | D.1 What a Program Does |
| interpreted programs | Glossary |
| interval expressions | 2.3 Regular Expression Operators |
| inventory-shipped file | 1.2 Data Files for the Examples |
| IOBUF internal structure | C.3.1 A Minimal Introduction to gawk Internals |
| iop_alloc internal function | C.3.1 A Minimal Introduction to gawk Internals |
| ISO | Glossary |
| ISO 8859-1 | Glossary |
| ISO Latin-1 | Glossary |
|
| J | | |
| Jacobs, Andrew | 12.5 Reading the User Database |
| Jaegermann, Michal | Acknowledgments |
| Jaegermann, Michal | A.6 Major Contributors to gawk |
| Java implementation of awk | B.6 Other Freely Available awk Implementations |
| jawk | B.6 Other Freely Available awk Implementations |
| Jedi knights | 11.6 Undocumented Options and Features |
| join user-defined function | 12.2.7 Merging an Array into a String |
|