| Index Entry | Section |
|
| T | | |
| tandem | B.4.2 Installing gawk on a Tandem |
| Tcl | 13.1 Naming Library Function Global Variables |
| TCP/IP | 11.3 Using gawk for Network Programming |
| TCP/IP, support for | 5.7.3 Special Files for Network Communications |
| tee utility | 14.2.5 Duplicating Output into Multiple Files |
| tee.awk program | 14.2.5 Duplicating Output into Multiple Files |
| terminating records | 4.1 How Input Is Split into Records |
| testbits.awk program | 9.1.6 Bit-Manipulation Functions of gawk |
| Texinfo | 1.2 Typographical Conventions |
| Texinfo | 2.2 Data Files for the Examples |
| Texinfo | 13. A Library of awk Functions |
| Texinfo | 14.3.1 Finding Duplicated Words in a Document |
| Texinfo | 14.3.7 Extracting Programs from Texinfo Source Files |
| Texinfo | B.1.3 Contents of the gawk Distribution |
| Texinfo | C.2.1 Adding New Features |
| Texinfo, chapter beginnings in files | 3.3 Regular Expression Operators |
| Texinfo, extracting programs from source files | 14.3.7 Extracting Programs from Texinfo Source Files |
| text, printing | 5.1 The print Statement |
| text, printing, unduplicated lines of | 14.2.6 Printing Nonduplicated Lines of Text |
| textdomain function (C library) | 10.2 GNU gettext |
| TEXTDOMAIN variable | 7.5.1 Built-in Variables That Control awk |
| TEXTDOMAIN variable | 10.3 Internationalizing awk Programs |
| TEXTDOMAIN variable, BEGIN pattern and | 10.3 Internationalizing awk Programs |
| TEXTDOMAIN variable, portability and | 10.4.3 awk Portability Issues |
| tilde (~), ~ operator | 3.1 How to Use Regular Expressions |
| tilde (~), ~ operator | 3.6 Case Sensitivity in Matching |
| tilde (~), ~ operator | 3.8 Using Dynamic Regexps |
| tilde (~), ~ operator | 6.1.3 Regular Expression Constants |
| tilde (~), ~ operator | 6.10 Variable Typing and Comparison Expressions |
| tilde (~), ~ operator | 6.10 Variable Typing and Comparison Expressions |
| tilde (~), ~ operator | 6.14 Operator Precedence (How Operators Nest) |
| tilde (~), ~ operator | 7.1.2 Expressions as Patterns |
| time, alarm clock example program | 14.3.2 An Alarm Clock Program |
| time, localization and | 10.2 GNU gettext |
| time, managing | 13.2.7 Managing the Time of Day |
| time, retrieving | 9.1.5 Using gawk's Timestamp Functions |
| timestamps | 9.1.5 Using gawk's Timestamp Functions |
| timestamps | 9.1.5 Using gawk's Timestamp Functions |
| timestamps, converting dates to | 9.1.5 Using gawk's Timestamp Functions |
| timestamps, formatted | 13.2.7 Managing the Time of Day |
| tmp_number internal function | C.3.1 A Minimal Introduction to gawk Internals |
| tmp_string internal function | C.3.1 A Minimal Introduction to gawk Internals |
| tolower function | 9.1.3 String-Manipulation Functions |
| toupper function | 9.1.3 String-Manipulation Functions |
| tr utility | 14.3.3 Transliterating Characters |
| translate.awk program | 14.3.3 Transliterating Characters |
| troubleshooting, --non-decimal-data option | 12.2 Command-Line Options |
| troubleshooting, -F option | 12.7 Known Bugs in gawk |
| troubleshooting, == operator | 6.10 Variable Typing and Comparison Expressions |
| troubleshooting, awk uses FS not IFS | 4.5 Specifying How Fields Are Separated |
| troubleshooting, backslash before nonspecial character | Advanced Notes: Backslash Before Regular Characters |
| troubleshooting, division | 6.5 Arithmetic Operators |
| troubleshooting, fatal errors, field widths, specifying | 4.6 Reading Fixed-Width Data |
| troubleshooting, fatal errors, printf format strings | 5.5.3 Modifiers for printf Formats |
| troubleshooting, fflush function | 9.1.4 Input/Output Functions |
| troubleshooting, function call syntax | 6.13 Function Calls |
| troubleshooting, gawk | 12.7 Known Bugs in gawk |
| troubleshooting, gawk | C.1 Downward Compatibility and Debugging |
| troubleshooting, gawk, bug reports | B.5 Reporting Problems and Bugs |
| troubleshooting, gawk, fatal errors, function arguments | 9.1.1 Calling Built-in Functions |
| troubleshooting, getline function | 13.3.3 Checking for Readable Data Files |
| troubleshooting, gsub/sub functions | 9.1.3 String-Manipulation Functions |
| troubleshooting, match function | 9.1.3 String-Manipulation Functions |
| troubleshooting, print statement, omitting commas | 5.2 Examples of print Statements |
| troubleshooting, printing | 5.6 Redirecting Output of print and printf |
| troubleshooting, quotes with file names | 5.7.1 Special Files for Standard Descriptors |
| troubleshooting, readable data files | 13.3.3 Checking for Readable Data Files |
| troubleshooting, regexp constants vs. string constants | 3.8 Using Dynamic Regexps |
| troubleshooting, string concatenation | 6.6 String Concatenation |
| troubleshooting, substr function | 9.1.3 String-Manipulation Functions |
| troubleshooting, system function | 9.1.4 Input/Output Functions |
| troubleshooting, typographical errors, global variables | 12.2 Command-Line Options |
| true, logical | 6.9 True and False in awk |
| Trueman, David | History of awk and gawk |
| Trueman, David | Acknowledgments |
| Trueman, David | A.6 Major Contributors to gawk |
| trunc-mod operation | 6.5 Arithmetic Operators |
| truth values | 6.9 True and False in awk |
| type conversion | 6.4 Conversion of Strings and Numbers |
| type internal variable | C.3.1 A Minimal Introduction to gawk Internals |
|
| U | | |
| undefined functions | 9.2.3 Calling User-Defined Functions |
| underscore (_), _ C macro | 10.2 GNU gettext |
| underscore (_), in names of private variables | 13.1 Naming Library Function Global Variables |
| underscore (_), translatable string | 10.3 Internationalizing awk Programs |
| undocumented features | 12.6 Undocumented Options and Features |
| uninitialized variables, as array subscripts | 8.8 Using Uninitialized Variables as Subscripts |
| uniq utility | 14.2.6 Printing Nonduplicated Lines of Text |
| uniq.awk program | 14.2.6 Printing Nonduplicated Lines of Text |
| Unix | Glossary |
| Unix awk, backslashes in escape sequences | Advanced Notes: Backslash Before Regular Characters |
| Unix awk, close function and | Advanced Notes: Using close's Return Value |
| Unix awk, password files, field separators and | 4.5.3 Setting FS from the Command Line |
| Unix, awk scripts and | 2.1.4 Executable awk Programs |
| unsigned integers | D.2 Data Values in a Computer |
| update_ERRNO internal function | C.3.1 A Minimal Introduction to gawk Internals |
| user database, reading | 13.5 Reading the User Database |
| user-defined, functions | 9.2 User-Defined Functions |
| user-defined, functions, counts | 11.5 Profiling Your awk Programs |
| user-defined, variables | 6.3 Variables |
| user-modifiable variables | 7.5.1 Built-in Variables That Control awk |
| users, information about, printing | 14.2.3 Printing out User Information |
| users, information about, retrieving | 13.5 Reading the User Database |
| USR1 signal | 11.5 Profiling Your awk Programs |
|