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

Index: D -- E

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   Z  

Index Entry Section

D
d.c., see "dark corner"Dark Corners
dark cornerDark Corners
dark cornerAdvanced Notes: Escape Sequences for Metacharacters
dark corner4.1 How Input Is Split into Records
dark cornerAdvanced Notes: RS = "\0" Is Not Portable
dark corner4.4 Changing the Contents of a Field
dark corner4.5.2 Making Each Character a Separate Field
dark cornerAdvanced Notes: Changing FS Does Not Affect the Fields
dark corner4.7 Multiple-Line Records
dark corner4.8.9 Points About getline to Remember
dark corner5.4 Controlling Numeric Output with print
dark corner5.5.2 Format-Control Letters
dark corner5.5.3 Modifiers for printf Formats
dark cornerAdvanced Notes: Using close's Return Value
dark corner6.2 Using Regular Expression Constants
dark corner6.2 Using Regular Expression Constants
dark corner6.3.2 Assigning Variables on the Command Line
dark corner6.4 Conversion of Strings and Numbers
dark cornerAdvanced Notes: Syntactic Ambiguities Between `/=' and Regular Expressions
dark corner6.9 True and False in awk
dark corner7.4.5 The break Statement
dark corner7.4.6 The continue Statement
dark corner7.4.9 The exit Statement
dark corner7.5.2 Built-in Variables That Convey Information
dark cornerAdvanced Notes: Changing NR and FNR
dark corner8.8 Using Uninitialized Variables as Subscripts
dark corner9.1.3 String Manipulation Functions
dark corner12.1 Invoking awk
dark corner12.3 Other Command-Line Arguments
dark cornerGlossary
data files, non-readable, skipping13.3.3 Checking for Readable Data Files
data files, readable, checking13.3.3 Checking for Readable Data Files
data-driven languages2. Getting Started with awk
data-driven languagesD.1 What a Program Does
dates, converting to timestamps9.1.5 Using gawk's Timestamp Functions
Davies, StephenA.6 Major Contributors to gawk
Davies, StephenB.5 Reporting Problems and Bugs
dcgettext built-in function9.1.7 Using gawk's String Translation Functions
dcgettext built-in function10.3 Internationalizing awk Programs
dcgettext user-defined function10.4.3 awk Portability Issues
deadlock11.2 Two-Way Communications with Another Process
decrement operators6.8 Increment and Decrement Operators
default action2.3 Some Simple Examples
default pattern2.3 Some Simple Examples
defining functions9.2.1 Function Definition Syntax
Deifik, ScottAcknowledgments
Deifik, ScottA.6 Major Contributors to gawk
Deifik, ScottB.5 Reporting Problems and Bugs
delete statement8.6 The delete Statement
deleting elements of arrays8.6 The delete Statement
deleting entire arrays8.6 The delete Statement
deprecated features12.5 Obsolete Options and/or Features
deprecated options12.5 Obsolete Options and/or Features
differences between gawk and awk3.6 Case Sensitivity in Matching
differences between gawk and awk4.1 How Input Is Split into Records
differences between gawk and awk4.1 How Input Is Split into Records
differences between gawk and awkAdvanced Notes: RS = "\0" Is Not Portable
differences between gawk and awk4.5.2 Making Each Character a Separate Field
differences between gawk and awk4.8 Explicit Input with getline
differences between gawk and awk4.8.7 Using getline from a Coprocess
differences between gawk and awk4.8.9 Points About getline to Remember
differences between gawk and awk5.5.3 Modifiers for printf Formats
differences between gawk and awk5.6 Redirecting Output of print and printf
differences between gawk and awk5.6 Redirecting Output of print and printf
differences between gawk and awk5.7.1 Special Files for Standard Descriptors
differences between gawk and awk5.8 Closing Input and Output Redirections
differences between gawk and awkAdvanced Notes: Using close's Return Value
differences between gawk and awk6.1.1 Numeric and String Constants
differences between gawk and awk6.2 Using Regular Expression Constants
differences between gawk and awk6.5 Arithmetic Operators
differences between gawk and awk6.12 Conditional Expressions
differences between gawk and awk7.1.4.2 Input/Output from BEGIN and END Rules
differences between gawk and awk7.4.8 Using gawk's nextfile Statement
differences between gawk and awk7.5.1 Built-in Variables That Control awk
differences between gawk and awk7.5.1 Built-in Variables That Control awk
differences between gawk and awk7.5.3 Using ARGC and ARGV
differences between gawk and awk8.6 The delete Statement
differences between gawk and awk9.1.1 Calling Built-in Functions
differences between gawk and awk9.1.3 String Manipulation Functions
differences between gawk and awk9.1.3 String Manipulation Functions
differences between gawk and awk9.1.3 String Manipulation Functions
differences between gawk and awk9.1.3 String Manipulation Functions
differences between gawk and awk9.1.3 String Manipulation Functions
differences between gawk and awk12.4 The AWKPATH Environment Variable
directory search12.4 The AWKPATH Environment Variable
directory search14.3.9 An Easy Way to Use Library Functions
directory searchB.3.3.3 Using gawk on PC Operating Systems
directory searchB.3.4.3 Running gawk on VMS
division6.5 Arithmetic Operators
do-while statement7.4.3 The do-while Statement
documentation, onlineThe GNU Project and This Book
documenting awk programs2.1.5 Comments in awk Programs
documenting awk programs13.1 Naming Library Function Global Variables
double-precision floating-point, definition ofD.2 Data Values in a Computer
Drepper, UlrichAcknowledgments
dupnode internal functionC.3.1 A Minimal Introduction to gawk Internals
dupword.awk program14.3.1 Finding Duplicated Words in a Document
dynamic profiling11.5 Profiling Your awk Programs
dynamic regular expressions3.8 Using Dynamic Regexps
dynamic regular expressions with embedded newlinesAdvanced Notes: Using \n in Character Lists of Dynamic Regexps

E
EBCDIC13.2.5 Translating Between Characters and Numbers
egrep utility3.4 Using Character Lists
egrep utility14.2.2 Searching for Regular Expressions in Files
egrep.awk program14.2.2 Searching for Regular Expressions in Files
element assignment8.3 Assigning Array Elements
element of array8.2 Referring to an Array Element
emaill address for bug reports, bug-gawk@gnu.orgB.5 Reporting Problems and Bugs
embedded newlines, in dynamic regexpsAdvanced Notes: Using \n in Character Lists of Dynamic Regexps
EMISTERED11.3 Using gawk for Network Programming
empty action2.3 Some Simple Examples
empty pattern7.1.5 The Empty Pattern
empty program12.1 Invoking awk
empty string4.1 How Input Is Split into Records
empty string4.5.1 Using Regular Expressions to Separate Fields
empty string6.4 Conversion of Strings and Numbers
empty string6.9 True and False in awk
empty string, definition ofD.2 Data Values in a Computer
END special pattern7.1.4 The BEGIN and END Special Patterns
endfile user-defined function13.3.1 Noting Data File Boundaries
endgrent user-defined function13.6 Reading the Group Database
endpwent user-defined function13.5 Reading the User Database
ENVIRON variable7.5.2 Built-in Variables That Convey Information
environment variable, AWKPATH12.4 The AWKPATH Environment Variable
environment variable, POSIXLY_CORRECT12.2 Command-Line Options
epoch, definition ofGlossary
equivalence classes3.4 Using Character Lists
ERRNO variable4.8 Explicit Input with getline
ERRNO variable7.5.2 Built-in Variables That Convey Information
errors, commonAdvanced Notes: Backslash Before Regular Characters
errors, common3.8 Using Dynamic Regexps
errors, common4.5 Specifying How Fields Are Separated
errors, common5.2 Examples of print Statements
errors, common5.6 Redirecting Output of print and printf
errors, common5.7.1 Special Files for Standard Descriptors
errors, common6.5 Arithmetic Operators
errors, common6.6 String Concatenation
errors, common6.10 Variable Typing and Comparison Expressions
errors, common9.1.3 String Manipulation Functions
errors, common12.2 Command-Line Options
escape processing, sub et. al.9.1.3.1 More About `\' and `&' with sub, gsub, and gensub
escape sequence notation3.2 Escape Sequences
evaluation, order of6.6 String Concatenation
evaluation, order ofAdvanced Notes: Operator Evaluation Order
evaluation, order of9.1.1 Calling Built-in Functions
examining fields4.2 Examining Fields
executable scripts2.1.4 Executable awk Programs
exit statement7.4.9 The exit Statement
exp built-in function9.1.2 Numeric Functions
expand utility2.3 Some Simple Examples
explicit input4.8 Explicit Input with getline
exponentiation6.5 Arithmetic Operators
expression6. Expressions
expression, assignment6.7 Assignment Expressions
expression, boolean6.11 Boolean Expressions
expression, comparison6.10 Variable Typing and Comparison Expressions
expression, conditional6.12 Conditional Expressions
expression, matching6.10 Variable Typing and Comparison Expressions
extension built-in functionC.3.2.3 Integrating the Extensions
extensions, Bell Laboratories awkA.4 Extensions in the Bell Laboratories awk
extensions, mawkB.6 Other Freely Available awk Implementations
extract.awk program14.3.7 Extracting Programs from Texinfo Source Files
extraction, of marked strings (internationalization)10.4.1 Extracting Marked Strings

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   Z  


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

This document was generated on May 2, 2002 using texi2html