[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Index: B -- D

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  

Index Entry Section

B
backslash continuation2.6 awk Statements Versus Lines
backslash continuation16.1.2 Searching for Regular Expressions in Files
backslash continuation and comments2.6 awk Statements Versus Lines
backslash continuation in csh2.5 A More Complex Example
backslash continuation in csh2.6 awk Statements Versus Lines
basic function of awk2. Getting Started with awk
`BBS-list' file1.3 Data Files for the Examples
BEGIN special pattern8.1.5 The BEGIN and END Special Patterns
beginfile15.9 Noting Data File Boundaries
body of a loop9.2 The while Statement
book, using this1.1 Using This Book
boolean expressions7.11 Boolean Expressions
boolean operators7.11 Boolean Expressions
break statement9.5 The break Statement
break, outside of loops9.5 The break Statement
Brennan, Michael11.6 The delete Statement
Brennan, Michael16.2.8 A Simple Stream Editor
Brennan, MichaelB.8 Other Freely Available awk Implementations
Brennan, MichaelB.8 Other Freely Available awk Implementations
buffer matching operators4.4 Additional Regexp Operators Only in gawk
buffering output12.4 Built-in Functions for Input/Output
buffering outputControlling Output Buffering with system
buffering, interactive vs. non-interactiveInteractive vs. Non-Interactive Buffering
buffering, non-interactive vs. interactiveInteractive vs. Non-Interactive Buffering
buffers, flushing12.4 Built-in Functions for Input/Output
buffers, flushingControlling Output Buffering with system
bugs, known in gawk14.6 Known Bugs in gawk
built-in functions12. Built-in Functions
built-in variables10. Built-in Variables
built-in variables, convey information10.2 Built-in Variables that Convey Information
built-in variables, user modifiable10.1 Built-in Variables that Control awk

C
call by reference13.3 Calling User-defined Functions
call by reference13.3 Calling User-defined Functions
call by value13.3 Calling User-defined Functions
call by value13.3 Calling User-defined Functions
calling a function7.13 Function Calls
calling a function13.3 Calling User-defined Functions
case conversion12.3 Built-in Functions for String Manipulation
case sensitivity4.5 Case-sensitivity in Matching
changing contents of a field5.4 Changing the Contents of a Field
changing the record separator5.1 How Input is Split into Records
character classes4.3 Regular Expression Operators
character encodings15.5 Translating Between Characters and Numbers
character list4.3 Regular Expression Operators
character list, complemented4.3 Regular Expression Operators
character sets15.5 Translating Between Characters and Numbers
chr15.5 Translating Between Characters and Numbers
close6.8 Closing Input and Output Files and Pipes
close12.4 Built-in Functions for Input/Output
closing input files and pipes6.8 Closing Input and Output Files and Pipes
closing output files and pipes6.8 Closing Input and Output Files and Pipes
coding style used in gawkC.2.1 Adding New Features
collating elements4.3 Regular Expression Operators
collating symbols4.3 Regular Expression Operators
command line14. Running awk
command line formats2.2 How to Run awk Programs
command line, setting FS on5.5.4 Setting FS from the Command Line
comments2.2.5 Comments in awk Programs
comments and backslash continuation2.6 awk Statements Versus Lines
common mistakes4.7 Using Dynamic Regexps
common mistakes5.5.1 The Basics of Field Separating
common mistakes6.2 Examples of print Statements
common mistakes7.10 Variable Typing and Comparison Expressions
comp.lang.awkB.7 Reporting Problems and Bugs
comparison expressions7.10 Variable Typing and Comparison Expressions
comparisons, string vs. regexp7.10 Variable Typing and Comparison Expressions
compatibility mode14.1 Command Line Options
compatibility mode17.5 Extensions in gawk Not in POSIX awk
complemented character list4.3 Regular Expression Operators
compound statement9. Control Statements in Actions
computed regular expressions4.7 Using Dynamic Regexps
concatenation7.6 String Concatenation
conditional expression7.12 Conditional Expressions
configuring gawkB.2.2 The Configuration Process
constants, types of7.1 Constant Expressions
continuation of lines2.6 awk Statements Versus Lines
continue statement9.6 The continue Statement
continue, outside of loops9.6 The continue Statement
control statement9. Control Statements in Actions
conversion of case12.3 Built-in Functions for String Manipulation
conversion of strings and numbers7.4 Conversion of Strings and Numbers
conversions, during subscripting11.7 Using Numbers to Subscript Arrays
converting dates to timestamps15.7 Turning Dates Into Timestamps
CONVFMT7.4 Conversion of Strings and Numbers
CONVFMT10.1 Built-in Variables that Control awk
CONVFMT11.7 Using Numbers to Subscript Arrays
cos12.2 Numeric Built-in Functions
csh, backslash continuation2.5 A More Complex Example
csh, backslash continuation2.6 awk Statements Versus Lines
curly braces8.2 Overview of Actions
custom.h configuration fileB.2.2 The Configuration Process
cut utility16.1.1 Cutting Out Fields and Columns
cut.awk16.1.1 Cutting Out Fields and Columns

D
d.c., see "dark corner"Dark Corners
dark cornerDark Corners
dark corner4.2 Escape Sequences
dark corner5.1 How Input is Split into Records
dark corner5.5.3 Making Each Character a Separate Field
dark corner5.5.5 Field Splitting Summary
dark corner5.7 Multiple-Line Records
dark corner5.8.2 Using getline with No Arguments
dark corner5.8.8 Summary of getline Variants
dark corner6.4 Controlling Numeric Output with print
dark corner6.5.2 Format-Control Letters
dark corner6.5.3 Modifiers for printf Formats
dark corner7.2 Using Regular Expression Constants
dark corner7.2 Using Regular Expression Constants
dark corner7.3.2 Assigning Variables on the Command Line
dark corner7.4 Conversion of Strings and Numbers
dark corner7.9 True and False in awk
dark corner8.1.5.1 Startup and Cleanup Actions
dark corner9.5 The break Statement
dark corner9.6 The continue Statement
dark corner9.9 The exit Statement
dark corner10.2 Built-in Variables that Convey Information
dark corner10.2 Built-in Variables that Convey Information
dark corner11.8 Using Uninitialized Variables as Subscripts
dark corner12.3 Built-in Functions for String Manipulation
dark corner14. Running awk
dark corner14.2 Other Command Line Arguments
data-driven languages2. Getting Started with awk
dates, converting to timestamps15.7 Turning Dates Into Timestamps
decrement operators7.8 Increment and Decrement Operators
default action2.3 A Very Simple Example
default pattern2.3 A Very Simple Example
defining functions13.1 Function Definition Syntax
Deifik, ScottAcknowledgements
Deifik, ScottB.7 Reporting Problems and Bugs
delete statement11.6 The delete Statement
deleting elements of arrays11.6 The delete Statement
deleting entire arrays11.6 The delete Statement
deprecated features14.4 Obsolete Options and/or Features
deprecated options14.4 Obsolete Options and/or Features
differences between gawk and awk4.5 Case-sensitivity in Matching
differences between gawk and awk5.1 How Input is Split into Records
differences between gawk and awk5.1 How Input is Split into Records
differences between gawk and awk5.5.3 Making Each Character a Separate Field
differences between gawk and awk5.8.1 Introduction to getline
differences between gawk and awk5.8.8 Summary of getline Variants
differences between gawk and awk6.6 Redirecting Output of print and printf
differences between gawk and awk6.7 Special File Names in gawk
differences between gawk and awk6.8 Closing Input and Output Files and Pipes
differences between gawk and awk6.8 Closing Input and Output Files and Pipes
differences between gawk and awk7.1.1 Numeric and String Constants
differences between gawk and awk7.2 Using Regular Expression Constants
differences between gawk and awk7.5 Arithmetic Operators
differences between gawk and awk7.12 Conditional Expressions
differences between gawk and awk8.1.5.2 Input/Output from BEGIN and END Rules
differences between gawk and awk9.8 The nextfile Statement
differences between gawk and awk10.3 Using ARGC and ARGV
differences between gawk and awk11.6 The delete Statement
differences between gawk and awk12.1 Calling Built-in Functions
differences between gawk and awk12.3 Built-in Functions for String Manipulation
differences between gawk and awk12.3 Built-in Functions for String Manipulation
differences between gawk and awk14.3 The AWKPATH Environment Variable
directory search14.3 The AWKPATH Environment Variable
division7.5 Arithmetic Operators
documenting awk programs2.2.5 Comments in awk Programs
documenting awk programs15.13 Naming Library Function Global Variables
dupword.awk16.2.1 Finding Duplicated Words in a Document
dynamic regular expressions4.7 Using Dynamic Regexps

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  


[ << ] [ >> ]           [Top] [Contents] [Index] [ ? ]

This document was generated by root l2-hrz on May, 9 2001 using texi2html