| Index Entry | Section |
|
| . | | |
| . (period) | 2.3 Regular Expression Operators |
| .mo files | 9.2 GNU gettext |
| .mo files, converting from .po | 9.5 A Simple Internationalization Example |
| .mo files, specifying directory of | 9.2 GNU gettext |
| .mo files, specifying directory of | 9.3 Internationalizing awk Programs |
| .po files | 9.2 GNU gettext |
| .po files | 9.4 Translating awk Programs |
| .po files, converting to .mo | 9.5 A Simple Internationalization Example |
|
| / | | |
| / (forward slash) | 2. Regular Expressions |
| / (forward slash), / operator | 5.14 Operator Precedence (How Operators Nest) |
| / (forward slash), /= operator | 5.7 Assignment Expressions |
| / (forward slash), /= operator | 5.14 Operator Precedence (How Operators Nest) |
| / (forward slash), /= operator, vs. /=…/ regexp constant | Advanced Notes: Syntactic Ambiguities Between `/=' and Regular Expressions |
| / (forward slash), patterns and | 6.1.2 Expressions as Patterns |
| /= operator vs. /=…/ regexp constant | Advanced Notes: Syntactic Ambiguities Between `/=' and Regular Expressions |
| /dev/… special files (gawk) | 4.7.1 Special Files for Standard Descriptors |
| /inet/ files (gawk) | 10.3 Using gawk for Network Programming |
| /p files (gawk) | 10.4 Using gawk with BSD Portals |
|
| ; | | |
| ; (semicolon) | 1.6 awk Statements Versus Lines |
| ; (semicolon), AWKPATH variable and | B.3.3.4 Using gawk on PC Operating Systems |
| ; (semicolon), separating statements in actions | 6.3 Actions |
| ; (semicolon), separating statements in actions | 6.4 Control Statements in Actions |
|
| < | | |
| < (left angle bracket), < operator | 5.10.2 Comparison Operators |
| < (left angle bracket), < operator | 5.14 Operator Precedence (How Operators Nest) |
| < (left angle bracket), < operator (I/O) | 3.8.3 Using getline from a File |
| < (left angle bracket), <= operator | 5.10.2 Comparison Operators |
| < (left angle bracket), <= operator | 5.14 Operator Precedence (How Operators Nest) |
|
| = | | |
| = (equals sign), = operator | 5.7 Assignment Expressions |
| = (equals sign), == operator | 5.10.2 Comparison Operators |
| = (equals sign), == operator | 5.14 Operator Precedence (How Operators Nest) |
|
| > | | |
| > (right angle bracket), > operator | 5.10.2 Comparison Operators |
| > (right angle bracket), > operator | 5.14 Operator Precedence (How Operators Nest) |
| > (right angle bracket), > operator (I/O) | 4.6 Redirecting Output of print and printf |
| > (right angle bracket), >= operator | 5.10.2 Comparison Operators |
| > (right angle bracket), >= operator | 5.14 Operator Precedence (How Operators Nest) |
| > (right angle bracket), >> operator (I/O) | 4.6 Redirecting Output of print and printf |
| > (right angle bracket), >> operator (I/O) | 5.14 Operator Precedence (How Operators Nest) |
|
| ? | | |
| ? (question mark) | 2.3 Regular Expression Operators |
| ? (question mark) | 2.5 gawk-Specific Regexp Operators |
| ? (question mark), ?: operator | 5.14 Operator Precedence (How Operators Nest) |
|
| [ | | |
| [] (square brackets) | 2.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) | 2.3 Regular Expression Operators |
| \ (backslash), \" escape sequence | 2.2 Escape Sequences |
| \ (backslash), \' operator (gawk) | 2.5 gawk-Specific Regexp Operators |
| \ (backslash), \/ escape sequence | 2.2 Escape Sequences |
| \ (backslash), \< operator (gawk) | 2.5 gawk-Specific Regexp Operators |
| \ (backslash), \> operator (gawk) | 2.5 gawk-Specific Regexp Operators |
| \ (backslash), \` operator (gawk) | 2.5 gawk-Specific Regexp Operators |
| \ (backslash), \a escape sequence | 2.2 Escape Sequences |
| \ (backslash), \b escape sequence | 2.2 Escape Sequences |
| \ (backslash), \B operator (gawk) | 2.5 gawk-Specific Regexp Operators |
| \ (backslash), \f escape sequence | 2.2 Escape Sequences |
| \ (backslash), \n escape sequence | 2.2 Escape Sequences |
| \ (backslash), \nnn escape sequence | 2.2 Escape Sequences |
| \ (backslash), \r escape sequence | 2.2 Escape Sequences |
| \ (backslash), \t escape sequence | 2.2 Escape Sequences |
| \ (backslash), \v escape sequence | 2.2 Escape Sequences |
| \ (backslash), \w operator (gawk) | 2.5 gawk-Specific Regexp Operators |
| \ (backslash), \W operator (gawk) | 2.5 gawk-Specific Regexp Operators |
| \ (backslash), \x escape sequence | 2.2 Escape Sequences |
| \ (backslash), \y operator (gawk) | 2.5 gawk-Specific Regexp Operators |
| \ (backslash), as field separators | 3.5.3 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.5 A More Complex Example |
| \ (backslash), continuing lines and, in csh | 1.6 awk Statements Versus Lines |
| \ (backslash), gsub/gensub/sub functions and | 8.1.3.1 More About `\' and `&' with sub, gsub, and gensub |
| \ (backslash), in character lists | 2.4 Using Character Lists |
| \ (backslash), in escape sequences | 2.2 Escape Sequences |
| \ (backslash), in escape sequences | 2.2 Escape Sequences |
| \ (backslash), in escape sequences, POSIX and | Advanced Notes: Backslash Before Regular Characters |
| \ (backslash), regexp constants | 2.8 Using Dynamic Regexps |
|
| ^ | | |
| ^ (caret) | 2.3 Regular Expression Operators |
| ^ (caret) | 2.5 gawk-Specific Regexp Operators |
| ^ (caret), ^ operator | 5.14 Operator Precedence (How Operators Nest) |
| ^ (caret), ^ operator | 11.2 Command-Line Options |
| ^ (caret), ^= operator | 5.7 Assignment Expressions |
| ^ (caret), ^= operator | 5.14 Operator Precedence (How Operators Nest) |
| ^ (caret), ^= operator | 11.2 Command-Line Options |
| ^ (caret), in character lists | 2.4 Using Character Lists |
|
| _ | | |
| _ (underscore), _ C macro | 9.2 GNU gettext |
| _ (underscore), in names of private variables | 12.1 Naming Library Function Global Variables |
| _ (underscore), translatable string | 9.3 Internationalizing awk Programs |
| _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 | 6.3 Actions |
| {} (braces), pgawk program | 10.5 Profiling Your awk Programs |
| {} (braces), statements, grouping | 6.4 Control Statements in Actions |
|
| | | | |
| | (vertical bar) | 2.3 Regular Expression Operators |
| | (vertical bar), | operator (I/O) | 3.8.5 Using getline from a Pipe |
| | (vertical bar), | operator (I/O) | 4.6 Redirecting Output of print and printf |
| | (vertical bar), | operator (I/O) | 5.14 Operator Precedence (How Operators Nest) |
| | (vertical bar), |& operator (I/O) | 3.8.7 Using getline from a Coprocess |
| | (vertical bar), |& operator (I/O) | 4.6 Redirecting Output of print and printf |
| | (vertical bar), |& operator (I/O) | 5.14 Operator Precedence (How Operators Nest) |
| | (vertical bar), |& operator (I/O) | 10.2 Two-Way Communications with Another Process |
| | (vertical bar), |& operator (I/O), pipes, closing | 4.8 Closing Input and Output Redirections |
| | (vertical bar), |& operator (I/O), two-way communications | 10.4 Using gawk with BSD Portals |
| | (vertical bar), || operator | 5.11 Boolean Expressions |
| | (vertical bar), || operator | 5.14 Operator Precedence (How Operators Nest) |
|