manpagez: man pages & more
info gawk
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Index: T – U

Jump to:   !   "   #   $   %   &   '   (   *   +   ,   -   .   /   ;   <   =   >   ?   [   \   ^   _   {   |   ~  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
Index Entry Section

T
t debugger command (alias for tbreak)14.3.1 Control Of Breakpoints
tbreak debugger command14.3.1 Control Of Breakpoints
Tcl12.1 Naming Library Function Global Variables
TCP/IP11.4 Using gawk for Network Programming
TCP/IP, support for5.7.2 Special Files for Network Communications
tee utility13.2.5 Duplicating Output into Multiple Files
tee.awk program13.2.5 Duplicating Output into Multiple Files
terminating records4.1 How Input Is Split into Records
testbits.awk program9.1.6 Bit-Manipulation Functions
Texinfo0.3 Typographical Conventions
Texinfo12. A Library of awk Functions
Texinfo13.3.1 Finding Duplicated Words in a Document
Texinfo13.3.7 Extracting Programs from Texinfo Source Files
TexinfoB.1.3 Contents of the gawk Distribution
TexinfoC.2.2 Adding New Features
Texinfo, chapter beginnings in files3.3 Regular Expression Operators
Texinfo, extracting programs from source files13.3.7 Extracting Programs from Texinfo Source Files
text, printing5.1 The print Statement
text, printing, unduplicated lines of13.2.6 Printing Nonduplicated Lines of Text
TEXTDOMAIN variable7.5.1 Built-in Variables That Control awk
TEXTDOMAIN variable10.3 Internationalizing awk Programs
TEXTDOMAIN variable, BEGIN pattern and10.3 Internationalizing awk Programs
TEXTDOMAIN variable, portability and10.4.3 awk Portability Issues
textdomain() function (C library)10.2 GNU gettext
tilde (~), ~ operator3.1 How to Use Regular Expressions
tilde (~), ~ operator3.6 Case Sensitivity in Matching
tilde (~), ~ operator3.8 Using Dynamic Regexps
tilde (~), ~ operator6.1.1.3 Regular Expression Constants
tilde (~), ~ operator6.3.2.2 Comparison Operators
tilde (~), ~ operator6.3.2.2 Comparison Operators
tilde (~), ~ operator6.5 Operator Precedence (How Operators Nest)
tilde (~), ~ operator7.1.2 Expressions as Patterns
time, alarm clock example program13.3.2 An Alarm Clock Program
time, localization and10.2 GNU gettext
time, managing12.2.7 Managing the Time of Day
time, retrieving9.1.5 Time Functions
timestamps9.1.5 Time Functions
timestamps9.1.5 Time Functions
timestamps, converting dates to9.1.5 Time Functions
timestamps, formatted12.2.7 Managing the Time of Day
tolower() function9.1.3 String-Manipulation Functions
toupper() function9.1.3 String-Manipulation Functions
tr utility13.3.3 Transliterating Characters
trace debugger command14.3.6 Miscellaneous Commands
translate.awk program13.3.3 Transliterating Characters
troubleshooting, --non-decimal-data option2.2 Command-Line Options
troubleshooting, == operator6.3.2.2 Comparison Operators
troubleshooting, awk uses FS not IFS4.5 Specifying How Fields Are Separated
troubleshooting, backslash before nonspecial characterAdvanced Notes: Backslash Before Regular Characters
troubleshooting, division6.2.1 Arithmetic Operators
troubleshooting, fatal errors, field widths, specifying4.6 Reading Fixed-Width Data
troubleshooting, fatal errors, printf format strings5.5.3 Modifiers for printf Formats
troubleshooting, fflush() function9.1.4 Input/Output Functions
troubleshooting, function call syntax6.4 Function Calls
troubleshooting, gawkC.1 Downward Compatibility and Debugging
troubleshooting, gawk, bug reportsB.4 Reporting Problems and Bugs
troubleshooting, gawk, fatal errors, function arguments9.1.1 Calling Built-in Functions
troubleshooting, getline function12.3.3 Checking for Readable Data Files
troubleshooting, gsub()/sub() functions9.1.3 String-Manipulation Functions
troubleshooting, match() function9.1.3 String-Manipulation Functions
troubleshooting, patsplit() function9.1.3 String-Manipulation Functions
troubleshooting, print statement, omitting commas5.2 print Statement Examples
troubleshooting, printing5.6 Redirecting Output of print and printf
troubleshooting, quotes with file names5.7.1 Special Files for Standard Descriptors
troubleshooting, readable data files12.3.3 Checking for Readable Data Files
troubleshooting, regexp constants vs. string constants3.8 Using Dynamic Regexps
troubleshooting, string concatenation6.2.2 String Concatenation
troubleshooting, substr() function9.1.3 String-Manipulation Functions
troubleshooting, system() function9.1.4 Input/Output Functions
troubleshooting, typographical errors, global variables2.2 Command-Line Options
true, logical6.3.1 True and False in awk
Trueman, DavidHistory of awk and gawk
Trueman, DavidAcknowledgments
Trueman, DavidA.8 Major Contributors to gawk
trunc-mod operation6.2.1 Arithmetic Operators
truth values6.3.1 True and False in awk
type conversion6.1.4 Conversion of Strings and Numbers
type internal variableC.3.1 A Minimal Introduction to gawk Internals

U
u debugger command (alias for until)14.3.2 Control of Execution
undefined functions9.2.3.3 Passing Function Arguments By Value Or By Reference
underscore (_), in names of private variables12.1 Naming Library Function Global Variables
underscore (_), translatable string10.3 Internationalizing awk Programs
underscore (_), _ C macro10.2 GNU gettext
undisplay debugger command14.3.3 Viewing and Changing Data
undocumented features2.9 Undocumented Options and Features
UnicodeGlossary
uninitialized variables, as array subscripts8.4 Using Uninitialized Variables as Subscripts
uniq utility13.2.6 Printing Nonduplicated Lines of Text
uniq.awk program13.2.6 Printing Nonduplicated Lines of Text
UnixGlossary
Unix awk, backslashes in escape sequencesAdvanced Notes: Backslash Before Regular Characters
Unix awk, close() function andAdvanced Notes: Using close()’s Return Value
Unix awk, password files, field separators and4.5.4 Setting FS from the Command Line
Unix, awk scripts and1.1.4 Executable awk Programs
UNIXROOT variable, on OS/2 systemsB.3.1.4 Using gawk on PC Operating Systems
unref() internal functionC.3.1 A Minimal Introduction to gawk Internals
unsigned integersD.2 Data Values in a Computer
until debugger command14.3.2 Control of Execution
unwatch debugger command14.3.3 Viewing and Changing Data
up debugger command14.3.4 Dealing With The Stack
update_ERRNO() internal functionC.3.1 A Minimal Introduction to gawk Internals
update_ERRNO_saved() internal functionC.3.1 A Minimal Introduction to gawk Internals
user database, reading12.5 Reading the User Database
user-defined, functions9.2 User-Defined Functions
user-defined, functions, counts11.5 Profiling Your awk Programs
user-defined, variables6.1.3 Variables
user-modifiable variables7.5.1 Built-in Variables That Control awk
users, information about, printing13.2.3 Printing out User Information
users, information about, retrieving12.5 Reading the User Database
USR1 signal11.5 Profiling Your awk Programs

Jump to:   !   "   #   $   %   &   '   (   *   +   ,   -   .   /   ;   <   =   >   ?   [   \   ^   _   {   |   ~  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.