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

Index: B

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

B
b debugger command (alias for break)14.3.1 Control Of Breakpoints
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 separators4.5.4 Setting FS from the Command Line
backslash (\), continuing lines and1.6 awk Statements Versus Lines
backslash (\), continuing lines and13.2.2 Searching for Regular Expressions in Files
backslash (\), continuing lines and, comments and1.6 awk Statements Versus Lines
backslash (\), continuing lines and, in csh1.6 awk Statements Versus Lines
backslash (\), gsub()/gensub()/sub() functions and9.1.3.1 More About ‘\’ and ‘&’ with sub(), gsub(), and gensub()
backslash (\), in bracket expressions3.4 Using Bracket Expressions
backslash (\), in escape sequences3.2 Escape Sequences
backslash (\), in escape sequences3.2 Escape Sequences
backslash (\), in escape sequences, POSIX andAdvanced Notes: Backslash Before Regular Characters
backslash (\), regexp constants3.8 Using Dynamic Regexps
backslash (\), \" escape sequence3.2 Escape Sequences
backslash (\), \' operator (gawk)3.5 gawk-Specific Regexp Operators
backslash (\), \/ escape sequence3.2 Escape Sequences
backslash (\), \< operator (gawk)3.5 gawk-Specific Regexp Operators
backslash (\), \> operator (gawk)3.5 gawk-Specific Regexp Operators
backslash (\), \a escape sequence3.2 Escape Sequences
backslash (\), \b escape sequence3.2 Escape Sequences
backslash (\), \B operator (gawk)3.5 gawk-Specific Regexp Operators
backslash (\), \f escape sequence3.2 Escape Sequences
backslash (\), \n escape sequence3.2 Escape Sequences
backslash (\), \nnn escape sequence3.2 Escape Sequences
backslash (\), \r escape sequence3.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 sequence3.2 Escape Sequences
backslash (\), \v escape sequence3.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 sequence3.2 Escape Sequences
backslash (\), \y operator (gawk)3.5 gawk-Specific Regexp Operators
backslash (\), \` operator (gawk)3.5 gawk-Specific Regexp Operators
backtrace debugger command14.3.4 Dealing With The Stack
BBS-list file1.2 Data Files for the Examples
Beebe, NelsonAcknowledgments
Beebe, NelsonB.5 Other Freely Available awk Implementations
BEGIN pattern4.1 How Input Is Split into Records
BEGIN pattern4.5 Specifying How Fields Are Separated
BEGIN pattern7.1.4 The BEGIN and END Special Patterns
BEGIN pattern, assert() user-defined function and12.2.2 Assertions
BEGIN pattern, Boolean patterns and7.1.2 Expressions as Patterns
BEGIN pattern, exit statement and7.4.10 The exit Statement
BEGIN pattern, getline and4.9.9 Points to Remember About getline
BEGIN pattern, headings, adding5.2 print Statement Examples
BEGIN pattern, next/nextfile statements and7.1.4.2 Input/Output from BEGIN and END Rules
BEGIN pattern, next/nextfile statements and7.4.8 The next Statement
BEGIN pattern, OFS/ORS variables, assigning values to5.3 Output Separators
BEGIN pattern, operators and7.1.4.1 Startup and Cleanup Actions
BEGIN pattern, pgawk program11.5 Profiling Your awk Programs
BEGIN pattern, print statement and7.1.4.2 Input/Output from BEGIN and END Rules
BEGIN pattern, pwcat program12.5 Reading the User Database
BEGIN pattern, running awk programs and13.2.1 Cutting out Fields and Columns
BEGIN pattern, TEXTDOMAIN variable and10.3 Internationalizing awk Programs
BEGINFILE pattern7.1.5 The BEGINFILE and ENDFILE Special Patterns
BEGINFILE pattern, Boolean patterns and7.1.2 Expressions as Patterns
beginfile() user-defined function12.3.1 Noting Data File Boundaries
Benzinger, MichaelA.8 Major Contributors to gawk
Berry, KarlAcknowledgments
binary input/output7.5.1 Built-in Variables That Control awk
bindtextdomain() function (C library)10.2 GNU gettext
bindtextdomain() function (gawk)9.1.8 String-Translation Functions
bindtextdomain() function (gawk)10.3 Internationalizing awk Programs
bindtextdomain() function (gawk), portability and10.4.3 awk Portability Issues
BINMODE variable7.5.1 Built-in Variables That Control awk
BINMODE variableB.3.1.4 Using gawk on PC Operating Systems
bits2str() user-defined function9.1.6 Bit-Manipulation Functions
bitwise, complement9.1.6 Bit-Manipulation Functions
bitwise, operations9.1.6 Bit-Manipulation Functions
bitwise, shift9.1.6 Bit-Manipulation Functions
body, in actions7.4 Control Statements in Actions
body, in loops7.4.2 The while Statement
Boolean expressions6.3.3 Boolean Expressions
Boolean expressions, as patterns7.1.2 Expressions as Patterns
Boolean operators, See Boolean expressions6.3.3 Boolean Expressions
Bourne shell, quoting rules for1.1.6 Shell-Quoting Issues
braces ({}), actions and7.3 Actions
braces ({}), pgawk program11.5 Profiling Your awk Programs
braces ({}), statements, grouping7.4 Control Statements in Actions
bracket expressions3.3 Regular Expression Operators
bracket expressions3.4 Using Bracket Expressions
bracket expressions, character classes3.4 Using Bracket Expressions
bracket expressions, collating elements3.4 Using Bracket Expressions
bracket expressions, collating symbols3.4 Using Bracket Expressions
bracket expressions, complemented3.3 Regular Expression Operators
bracket expressions, equivalence classes3.4 Using Bracket Expressions
bracket expressions, non-ASCII3.4 Using Bracket Expressions
bracket expressions, range expressions3.4 Using Bracket Expressions
break debugger command14.3.1 Control Of Breakpoints
break statement7.4.6 The break Statement
Brennan, Michael8.2 The delete Statement
Brennan, Michael11.3 Two-Way Communications with Another Process
Brennan, Michael13.3.8 A Simple Stream Editor
Brennan, MichaelB.5 Other Freely Available awk Implementations
Brennan, MichaelB.5 Other Freely Available awk Implementations
Brian Kernighan’s awk, extensionsA.4 Extensions in Brian Kernighan’s awk
Brian Kernighan’s awk, extensionsB.5 Other Freely Available awk Implementations
Broder, Alan J.A.8 Major Contributors to gawk
Brown, MartinA.8 Major Contributors to gawk
BSD-based operating systemsGlossary
bt debugger command (alias for backtrace)14.3.4 Dealing With The Stack
Buening, AndreasAcknowledgments
Buening, AndreasA.8 Major Contributors to gawk
Buening, AndreasB.4 Reporting Problems and Bugs
buffering, input/outputAdvanced Notes: Controlling Output Buffering with system()
buffering, input/output11.3 Two-Way Communications with Another Process
buffering, interactive vs. noninteractiveAdvanced Notes: Interactive Versus Noninteractive Buffering
buffers, flushing9.1.4 Input/Output Functions
buffers, flushingAdvanced Notes: Controlling Output Buffering with system()
buffers, operators for3.5 gawk-Specific Regexp Operators
bug reports, email address, bug-gawk@gnu.orgB.4 Reporting Problems and Bugs
bug-gawk@gnu.org bug reporting addressB.4 Reporting Problems and Bugs
built-in functions9. Functions
built-in functions, evaluation order9.1.1 Calling Built-in Functions
built-in variables7.5 Built-in Variables
built-in variables, -v option, setting with2.2 Command-Line Options
built-in variables, conveying information7.5.2 Built-in Variables That Convey Information
built-in variables, user-modifiable7.5.1 Built-in Variables That Control awk
Busybox AwkB.5 Other Freely Available awk Implementations

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.