| Index Entry | Section |
|
| B | | |
| 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 |
| BBS-list file | 1.2 Data Files for the Examples |
| Beebe, Nelson | Acknowledgments |
| Beebe, Nelson H.F. | B.6 Other Freely Available awk Implementations |
| BEGIN pattern | 3.1 How Input Is Split into Records |
| BEGIN pattern | 3.5 Specifying How Fields Are Separated |
| BEGIN pattern | 6.1.4 The BEGIN and END Special Patterns |
| BEGIN pattern, assert user-defined function and | 12.2.3 Assertions |
| BEGIN pattern, Boolean patterns and | 6.1.2 Expressions as Patterns |
| BEGIN pattern, exit statement and | 6.4.10 The exit Statement |
| BEGIN pattern, getline and | 3.8.9 Points to Remember About getline |
| BEGIN pattern, headings, adding | 4.2 Examples of print Statements |
| BEGIN pattern, next/nextfile statements and | 6.1.4.2 Input/Output from BEGIN and END Rules |
| BEGIN pattern, next/nextfile statements and | 6.4.8 The next Statement |
| BEGIN pattern, OFS/ORS variables, assigning values to | 4.3 Output Separators |
| BEGIN pattern, operators and | 6.1.4.1 Startup and Cleanup Actions |
| BEGIN pattern, pgawk program | 10.5 Profiling Your awk Programs |
| BEGIN pattern, print statement and | 6.1.4.2 Input/Output from BEGIN and END Rules |
| BEGIN pattern, pwcat program | 12.5 Reading the User Database |
| BEGIN pattern, running awk programs and | 13.2.1 Cutting out Fields and Columns |
| BEGIN pattern, TEXTDOMAIN variable and | 9.3 Internationalizing awk Programs |
| beginfile user-defined function | 12.3.1 Noting Data File Boundaries |
| Bell Laboratories awk extensions | A.4 Extensions in the Bell Laboratories awk |
| Benzinger, Michael | A.6 Major Contributors to gawk |
| BeOS | B.3.2 Installing gawk on BeOS |
| Berry, Karl | Acknowledgments |
| binary input/output | 6.5.1 Built-in Variables That Control awk |
| bindtextdomain function (C library) | 9.2 GNU gettext |
| bindtextdomain function (gawk) | 8.1.7 Using gawk's String-Translation Functions |
| bindtextdomain function (gawk) | 9.3 Internationalizing awk Programs |
| bindtextdomain function (gawk), portability and | 9.4.3 awk Portability Issues |
| BINMODE variable | 6.5.1 Built-in Variables That Control awk |
| BINMODE variable | B.3.3.4 Using gawk on PC Operating Systems |
| bits2str user-defined function | 8.1.6 Bit-Manipulation Functions of gawk |
| bitwise, complement | 8.1.6 Bit-Manipulation Functions of gawk |
| bitwise, operations | 8.1.6 Bit-Manipulation Functions of gawk |
| bitwise, shift | 8.1.6 Bit-Manipulation Functions of gawk |
| body, in actions | 6.4 Control Statements in Actions |
| body, in loops | 6.4.2 The while Statement |
| Boolean expressions | 5.11 Boolean Expressions |
| Boolean expressions, as patterns | 6.1.2 Expressions as Patterns |
| Boolean operators, See Boolean expressions | 5.11 Boolean Expressions |
| Bourne shell, quoting rules for | 1.1.6 Shell-Quoting Issues |
| braces ({}), actions and | 6.3 Actions |
| braces ({}), pgawk program | 10.5 Profiling Your awk Programs |
| braces ({}), statements, grouping | 6.4 Control Statements in Actions |
| bracket expressions, See character lists | 2.3 Regular Expression Operators |
| break statement | 6.4.6 The break Statement |
| Brennan, Michael | 7.6 The delete Statement |
| Brennan, Michael | 10.2 Two-Way Communications with Another Process |
| Brennan, Michael | 13.3.8 A Simple Stream Editor |
| Brennan, Michael | B.6 Other Freely Available awk Implementations |
| Brennan, Michael | B.6 Other Freely Available awk Implementations |
| Broder, Alan J. | A.6 Major Contributors to gawk |
| Brown, Martin | Acknowledgments |
| Brown, Martin | A.6 Major Contributors to gawk |
| Brown, Martin | B.5 Reporting Problems and Bugs |
| BSD portals | 10.4 Using gawk with BSD Portals |
| BSD-based operating systems | Glossary |
| Buening, Andreas | Acknowledgments |
| Buening, Andreas | A.6 Major Contributors to gawk |
| buffering, input/output | Advanced Notes: Controlling Output Buffering with system |
| buffering, input/output | 10.2 Two-Way Communications with Another Process |
| buffering, interactive vs. noninteractive | Advanced Notes: Interactive Versus Noninteractive Buffering |
| buffers, flushing | 8.1.4 Input/Output Functions |
| buffers, flushing | Advanced Notes: Controlling Output Buffering with system |
| buffers, operators for | 2.5 gawk-Specific Regexp Operators |
| bug reports, email address, bug-gawk@gnu.org | B.5 Reporting Problems and Bugs |
| bug-gawk@gnu.org bug reporting address | B.5 Reporting Problems and Bugs |
| built-in functions | 8. Functions |
| built-in functions, evaluation order | 8.1.1 Calling Built-in Functions |
| built-in variables | 6.5 Built-in Variables |
| built-in variables, -v option, setting with | 11.2 Command-Line Options |
| built-in variables, conveying information | 6.5.2 Built-in Variables That Convey Information |
| built-in variables, user-modifiable | 6.5.1 Built-in Variables That Control awk |
|