| 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 | 6.1.2 Octal and Hexadecimal Numbers |
| hexadecimal, values, enabling interpretation of | 12.2 Command-Line Options |
| histsort.awk program | 14.3.6 Removing Duplicates from Unsorted Text |
| Hughes, Phil | Acknowledgments |
| HUP signal | 11.5 Profiling Your awk Programs |
| hyphen (-), - operator | 6.14 Operator Precedence (How Operators Nest) |
| hyphen (-), - operator | 6.14 Operator Precedence (How Operators Nest) |
| hyphen (-), -- (decrement/increment) operators | 6.14 Operator Precedence (How Operators Nest) |
| hyphen (-), -- operator | 6.8 Increment and Decrement Operators |
| hyphen (-), -= operator | 6.7 Assignment Expressions |
| hyphen (-), -= operator | 6.14 Operator Precedence (How Operators Nest) |
| hyphen (-), filenames beginning with | 12.2 Command-Line Options |
| hyphen (-), in character lists | 3.4 Using Character Lists |
|
| I | | |
| id utility | 14.2.3 Printing out User Information |
| id.awk program | 14.2.3 Printing out User Information |
| if statement | 3.1 How to Use Regular Expressions |
| if statement | 7.4.1 The if-else Statement |
| if statement, actions, changing | 7.1.3 Specifying Record Ranges with Patterns |
| igawk.sh program | 14.3.9 An Easy Way to Use Library Functions |
| IGNORECASE variable | 3.6 Case Sensitivity in Matching |
| IGNORECASE variable | 7.5.1 Built-in Variables That Control awk |
| IGNORECASE variable, array sorting and | 8.11 Sorting Array Values and Indices with gawk |
| IGNORECASE variable, array subscripts and | 8.1 Introduction to Arrays |
| IGNORECASE variable, in example programs | 13. 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 | 4.8.9 Points to Remember About getline |
| implementation issues, gawk, limits | 5.6 Redirecting Output of print and printf |
| in operator | 6.10 Variable Typing and Comparison Expressions |
| in operator | 6.14 Operator Precedence (How Operators Nest) |
| in operator | 7.4.4 The for Statement |
| in operator | 14.2.3 Printing out User Information |
| in operator, arrays and | 8.2 Referring to an Array Element |
| in operator, arrays and | 8.5 Scanning All Elements of an Array |
| increment operators | 6.8 Increment and Decrement Operators |
| index function | 9.1.3 String-Manipulation Functions |
| indexing arrays | 8.1 Introduction to Arrays |
| initialization, automatic | 2.5 A More Complex Example |
| input files | 4. Reading Input Files |
| input files, closing | 5.8 Closing Input and Output Redirections |
| input files, counting elements in | 14.2.7 Counting Things |
| input files, examples | 2.2 Data Files for the Examples |
| input files, reading | 4. Reading Input Files |
| input files, running awk without | 2.1.2 Running awk Without Input Files |
| input files, running awk without | 2.1.2 Running awk Without Input Files |
| input files, skipping | 13.2.1 Implementing nextfile as a Function |
| input files, variable assignments and | 12.3 Other Command-Line Arguments |
| input pipeline | 4.8.5 Using getline from a Pipe |
| input redirection | 4.8.3 Using getline from a File |
| input, data, nondecimal | 11.1 Allowing Nondecimal Input Data |
| input, explicit | 4.8 Explicit Input with getline |
| input, files, See input files | 4.7 Multiple-Line Records |
| input, multiline records | 4.7 Multiple-Line Records |
| input, splitting into records | 4.1 How Input Is Split into Records |
| input, standard | 2.1.2 Running awk Without Input Files |
| input, standard | 5.7.1 Special Files for Standard Descriptors |
| input/output, binary | 7.5.1 Built-in Variables That Control awk |
| input/output, from BEGIN and END | 7.1.4.2 Input/Output from BEGIN and END Rules |
| input/output, two-way | 11.2 Two-Way Communications with Another Process |
| insomnia, cure for | 14.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 | 9.1.2 Numeric Functions |
| INT signal (MS-DOS) | 11.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 | 9.1.4 Input/Output Functions |
| internationalization | 9.1.7 Using gawk's String-Translation Functions |
| internationalization | 10.1 Internationalization and Localization |
| internationalization, localization | 7.5.1 Built-in Variables That Control awk |
| internationalization, localization | 10. Internationalization with gawk |
| internationalization, localization, character classes | 3.4 Using Character Lists |
| internationalization, localization, gawk and | 10. Internationalization with gawk |
| internationalization, localization, locale categories | 10.2 GNU gettext |
| internationalization, localization, marked strings | 10.3 Internationalizing awk Programs |
| internationalization, localization, portability and | 10.4.3 awk Portability Issues |
| internationalizing a program | 10.2 GNU gettext |
| interpreted programs | D.1 What a Program Does |
| interpreted programs | Glossary |
| interval expressions | 3.3 Regular Expression Operators |
| inventory-shipped file | 2.2 Data Files for the Examples |
| ISO | Glossary |
| ISO 8859-1 | Glossary |
| ISO Latin-1 | Glossary |
|
| J | | |
| Jacobs, Andrew | 13.5 Reading the User Database |
| Jaegermann, Michal | Acknowledgments |
| Jaegermann, Michal | A.6 Major Contributors to gawk |
| Jedi knights | 12.6 Undocumented Options and Features |
| join user-defined function | 13.2.6 Merging an Array into a String |
|
| K | | |
| Kahrs, Jürgen | Acknowledgments |
| Kahrs, Jürgen | A.6 Major Contributors to gawk |
| Kenobi, Obi-Wan | 12.6 Undocumented Options and Features |
| Kernighan, Brian | History of awk and gawk |
| Kernighan, Brian | Dark Corners |
| Kernighan, Brian | Acknowledgments |
| Kernighan, Brian | 6.6 String Concatenation |
| Kernighan, Brian | A.4 Extensions in the Bell Laboratories awk |
| Kernighan, Brian | A.6 Major Contributors to gawk |
| Kernighan, Brian | B.6 Other Freely Available awk Implementations |
| Kernighan, Brian | D.2 Data Values in a Computer |
| kill command, dynamic profiling | 11.5 Profiling Your awk Programs |
| Knights, jedi | 12.6 Undocumented Options and Features |
| Kwok, Conrad | A.6 Major Contributors to gawk |
|