| Index Entry | Section |
|
. | | |
| . (period) | 3.3 Regular Expression Operators |
| .mo files | 10.2 GNU gettext |
| .mo files, converting from .po | 10.5 A Simple Internationalization Example |
| .mo files, specifying directory of | 10.2 GNU gettext |
| .mo files, specifying directory of | 10.3 Internationalizing awk Programs |
| .po files | 10.2 GNU gettext |
| .po files | 10.4 Translating awk Programs |
| .po files, converting to .mo | 10.5 A Simple Internationalization Example |
| .pot files | 10.2 GNU gettext |
|
/ | | |
| / (forward slash) | 3. Regular Expressions |
| / (forward slash), / operator | 6.5 Operator Precedence (How Operators Nest) |
| / (forward slash), /= operator | 6.2.3 Assignment Expressions |
| / (forward slash), /= operator | 6.5 Operator Precedence (How Operators Nest) |
| / (forward slash), /= operator, vs. /=…/ regexp constant | Advanced Notes: Syntactic Ambiguities Between ‘/=’ and Regular Expressions |
| / (forward slash), patterns and | 7.1.2 Expressions as Patterns |
| /= operator vs. /=…/ regexp constant | Advanced Notes: Syntactic Ambiguities Between ‘/=’ and Regular Expressions |
| /dev/… special files (gawk ) | 5.7.1 Special Files for Standard Descriptors |
| /dev/fd/N special files | 5.7.1 Special Files for Standard Descriptors |
| /inet/… special files (gawk ) | 11.4 Using gawk for Network Programming |
| /inet4/… special files (gawk ) | 11.4 Using gawk for Network Programming |
| /inet6/… special files (gawk ) | 11.4 Using gawk for Network Programming |
|
; | | |
| ; (semicolon) | 1.6 awk Statements Versus Lines |
| ; (semicolon), AWKPATH variable and | B.3.1.4 Using gawk on PC Operating Systems |
| ; (semicolon), separating statements in actions | 7.3 Actions |
| ; (semicolon), separating statements in actions | 7.4 Control Statements in Actions |
|
< | | |
| < (left angle bracket), < operator | 6.3.2.2 Comparison Operators |
| < (left angle bracket), < operator | 6.5 Operator Precedence (How Operators Nest) |
| < (left angle bracket), < operator (I/O) | 4.9.3 Using getline from a File |
| < (left angle bracket), <= operator | 6.3.2.2 Comparison Operators |
| < (left angle bracket), <= operator | 6.5 Operator Precedence (How Operators Nest) |
|
= | | |
| = (equals sign), = operator | 6.2.3 Assignment Expressions |
| = (equals sign), == operator | 6.3.2.2 Comparison Operators |
| = (equals sign), == operator | 6.5 Operator Precedence (How Operators Nest) |
|
> | | |
| > (right angle bracket), > operator | 6.3.2.2 Comparison Operators |
| > (right angle bracket), > operator | 6.5 Operator Precedence (How Operators Nest) |
| > (right angle bracket), > operator (I/O) | 5.6 Redirecting Output of print and printf |
| > (right angle bracket), >= operator | 6.3.2.2 Comparison Operators |
| > (right angle bracket), >= operator | 6.5 Operator Precedence (How Operators Nest) |
| > (right angle bracket), >> operator (I/O) | 5.6 Redirecting Output of print and printf |
| > (right angle bracket), >> operator (I/O) | 6.5 Operator Precedence (How Operators Nest) |
|
? | | |
| ? (question mark) regexp operator | 3.3 Regular Expression Operators |
| ? (question mark) regexp operator | 3.5 gawk -Specific Regexp Operators |
| ? (question mark), ?: operator | 6.5 Operator Precedence (How Operators Nest) |
|
[ | | |
| [] (square brackets) | 3.3 Regular Expression Operators |
|
\ | | |
| \ (backslash) | 1.1.2 Running awk Without Input Files |
| \ (backslash) | 1.1.5 Comments in awk Programs |
| \ (backslash) | 1.1.6 Shell-Quoting Issues |
| \ (backslash) | 3.3 Regular Expression Operators |
| \ (backslash), as field separators | 4.5.4 Setting FS from the Command Line |
| \ (backslash), continuing lines and | 1.6 awk Statements Versus Lines |
| \ (backslash), continuing lines and | 13.2.2 Searching for Regular Expressions in Files |
| \ (backslash), continuing lines and, comments and | 1.6 awk Statements Versus Lines |
| \ (backslash), continuing lines and, in csh | 1.6 awk Statements Versus Lines |
| \ (backslash), gsub() /gensub() /sub() functions and | 9.1.3.1 More About ‘\’ and ‘&’ with sub() , gsub() , and gensub() |
| \ (backslash), in bracket expressions | 3.4 Using Bracket Expressions |
| \ (backslash), in escape sequences | 3.2 Escape Sequences |
| \ (backslash), in escape sequences | 3.2 Escape Sequences |
| \ (backslash), in escape sequences, POSIX and | Advanced Notes: Backslash Before Regular Characters |
| \ (backslash), regexp constants | 3.8 Using Dynamic Regexps |
| \ (backslash), \" escape sequence | 3.2 Escape Sequences |
| \ (backslash), \' operator (gawk ) | 3.5 gawk -Specific Regexp Operators |
| \ (backslash), \/ escape sequence | 3.2 Escape Sequences |
| \ (backslash), \< operator (gawk ) | 3.5 gawk -Specific Regexp Operators |
| \ (backslash), \> operator (gawk ) | 3.5 gawk -Specific Regexp Operators |
| \ (backslash), \a escape sequence | 3.2 Escape Sequences |
| \ (backslash), \b escape sequence | 3.2 Escape Sequences |
| \ (backslash), \B operator (gawk ) | 3.5 gawk -Specific Regexp Operators |
| \ (backslash), \f escape sequence | 3.2 Escape Sequences |
| \ (backslash), \n escape sequence | 3.2 Escape Sequences |
| \ (backslash), \ nnn escape sequence | 3.2 Escape Sequences |
| \ (backslash), \r escape sequence | 3.2 Escape Sequences |
| \ (backslash), \s operator (gawk ) | 3.5 gawk -Specific Regexp Operators |
| \ (backslash), \S operator (gawk ) | 3.5 gawk -Specific Regexp Operators |
| \ (backslash), \t escape sequence | 3.2 Escape Sequences |
| \ (backslash), \v escape sequence | 3.2 Escape Sequences |
| \ (backslash), \W operator (gawk ) | 3.5 gawk -Specific Regexp Operators |
| \ (backslash), \w operator (gawk ) | 3.5 gawk -Specific Regexp Operators |
| \ (backslash), \x escape sequence | 3.2 Escape Sequences |
| \ (backslash), \y operator (gawk ) | 3.5 gawk -Specific Regexp Operators |
| \ (backslash), \` operator (gawk ) | 3.5 gawk -Specific Regexp Operators |
|
^ | | |
| ^ (caret) | 3.3 Regular Expression Operators |
| ^ (caret) | 3.5 gawk -Specific Regexp Operators |
| ^ (caret), in bracket expressions | 3.4 Using Bracket Expressions |
| ^ (caret), ^ operator | 6.5 Operator Precedence (How Operators Nest) |
| ^ (caret), ^= operator | 6.2.3 Assignment Expressions |
| ^ (caret), ^= operator | 6.5 Operator Precedence (How Operators Nest) |
| ^ , in FS | 4.5.2 Using Regular Expressions to Separate Fields |
|
_ | | |
| _ (underscore), in names of private variables | 12.1 Naming Library Function Global Variables |
| _ (underscore), translatable string | 10.3 Internationalizing awk Programs |
| _ (underscore), _ C macro | 10.2 GNU gettext |
| _gr_init() user-defined function | 12.6 Reading the Group Database |
| _pw_init() user-defined function | 12.5 Reading the User Database |
|
{ | | |
| {} (braces), actions and | 7.3 Actions |
| {} (braces), pgawk program | 11.5 Profiling Your awk Programs |
| {} (braces), statements, grouping | 7.4 Control Statements in Actions |
|
| | | |
| | (vertical bar) | 3.3 Regular Expression Operators |
| | (vertical bar), | operator (I/O) | 4.9.5 Using getline from a Pipe |
| | (vertical bar), | operator (I/O) | 5.6 Redirecting Output of print and printf |
| | (vertical bar), | operator (I/O) | 6.5 Operator Precedence (How Operators Nest) |
| | (vertical bar), |& operator (I/O) | 4.9.7 Using getline from a Coprocess |
| | (vertical bar), |& operator (I/O) | 5.6 Redirecting Output of print and printf |
| | (vertical bar), |& operator (I/O) | 6.5 Operator Precedence (How Operators Nest) |
| | (vertical bar), |& operator (I/O) | 11.3 Two-Way Communications with Another Process |
| | (vertical bar), |& operator (I/O), pipes, closing | 5.8 Closing Input and Output Redirections |
| | (vertical bar), || operator | 6.3.3 Boolean Expressions |
| | (vertical bar), || operator | 6.5 Operator Precedence (How Operators Nest) |
|