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

Index: @ -- A

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

@
for (x in ...) statement8.5 Scanning All Elements of an Array

\
\" escape sequence3.2 Escape Sequences
\' regexp operator3.5 gawk-Specific Regexp Operators
\/ escape sequence3.2 Escape Sequences
\< regexp operator3.5 gawk-Specific Regexp Operators
\> regexp operator3.5 gawk-Specific Regexp Operators
\` regexp operator3.5 gawk-Specific Regexp Operators
\a escape sequence3.2 Escape Sequences
\b escape sequence3.2 Escape Sequences
\B regexp operator3.5 gawk-Specific Regexp Operators
\f escape sequence3.2 Escape Sequences
\n escape sequence3.2 Escape Sequences
\nnn escape sequence (octal)3.2 Escape Sequences
\r escape sequence3.2 Escape Sequences
\t escape sequence3.2 Escape Sequences
\v escape sequence3.2 Escape Sequences
\W regexp operator3.5 gawk-Specific Regexp Operators
\w regexp operator3.5 gawk-Specific Regexp Operators
\x escape sequence3.2 Escape Sequences
\y regexp operator3.5 gawk-Specific Regexp Operators

^
^ operator6.14 Operator Precedence (How Operators Nest)
^= operator6.7 Assignment Expressions
^= operator6.14 Operator Precedence (How Operators Nest)

_
_ C macro (gettext)10.2 GNU gettext
_gr_init user-defined function13.6 Reading the Group Database
_pw_init user-defined function13.5 Reading the User Database

|
| I/O operator4.8.5 Using getline from a Pipe
| I/O operator5.6 Redirecting Output of print and printf
| I/O operator6.14 Operator Precedence (How Operators Nest)
|& I/O operator4.8.7 Using getline from a Coprocess
|& I/O operator5.6 Redirecting Output of print and printf
|& I/O operator6.14 Operator Precedence (How Operators Nest)
|& I/O operator11.2 Two-Way Communications with Another Process
|| operator6.11 Boolean Expressions
|| operator6.14 Operator Precedence (How Operators Nest)

~
~ operator3.1 How to Use Regular Expressions
~ operator3.6 Case Sensitivity in Matching
~ operator3.8 Using Dynamic Regexps
~ operator6.1.3 Regular Expression Constants
~ operator6.10 Variable Typing and Comparison Expressions
~ operator6.14 Operator Precedence (How Operators Nest)

A
accessing fields4.2 Examining Fields
account information13.5 Reading the User Database
account information13.6 Reading the Group Database
acronymHistory of awk and gawk
action, curly braces7.3 Actions
action, default2.3 Some Simple Examples
action, definition of7.3 Actions
action, empty2.3 Some Simple Examples
action, separating statements7.3 Actions
adding new featuresC.2.1 Adding New Features
addition6.5 Arithmetic Operators
advanced features11. Advanced Features of gawk
advanced notesAdvanced Notes: Portability Issues with `#!'
advanced notesAdvanced Notes: Backslash Before Regular Characters
advanced notesAdvanced Notes: Escape Sequences for Metacharacters
advanced notesAdvanced Notes: Using \n in Character Lists of Dynamic Regexps
advanced notesAdvanced Notes: RS = "\0" Is Not Portable
advanced notesAdvanced Notes: Piping into sh
advanced notesAdvanced Notes: Using close's Return Value
advanced notesAdvanced Notes: A Constant's Base Does Not Affect Its Value
advanced notesAdvanced Notes: Syntactic Ambiguities Between `/=' and Regular Expressions
advanced notesAdvanced Notes: Operator Evaluation Order
advanced notesAdvanced Notes: Changing NR and FNR
advanced notesAdvanced Notes: Matching the Null String
advanced notesAdvanced Notes: Interactive Versus Non-Interactive Buffering
advanced notesAdvanced Notes: Controlling Output Buffering with system
Aho, AlfredHistory of awk and gawk
Aho, AlfredA.6 Major Contributors to gawk
AI programming, using gawkB.1.3 Contents of the gawk Distribution
alarm.awk program14.3.2 An Alarm Clock Program
algorithm, definition ofD.1 What a Program Does
amazing awk assembler (aaa)Glossary
amazingly workable formatter (awf)Glossary
ambiguity, syntactic: /= operator vs. /=.../ regexp constantAdvanced Notes: Syntactic Ambiguities Between `/=' and Regular Expressions
amigaB.3.1 Installing gawk on an Amiga
anchors in regexps3.3 Regular Expression Operators
AND bitwise operation9.1.6 Using gawk's Bit Manipulation Functions
and built-in function9.1.6 Using gawk's Bit Manipulation Functions
AND logical operator6.11 Boolean Expressions
anonymous ftpB.1.1 Getting the gawk Distribution
ANSIGlossary
applications of awkPreface
applications of awk2.8 When to Use awk
archeologistsB.5 Reporting Problems and Bugs
ARGC variable7.5.2 Built-in Variables That Convey Information
ARGIND variable7.5.2 Built-in Variables That Convey Information
ARGIND variable12.3 Other Command-Line Arguments
argument processing13.4 Processing Command-Line Options
arguments in function call6.13 Function Calls
arguments, command-line12.1 Invoking awk
ARGV variable7.5.2 Built-in Variables That Convey Information
ARGV variable12.3 Other Command-Line Arguments
arithmetic operators6.5 Arithmetic Operators
array assignment8.3 Assigning Array Elements
array reference8.2 Referring to an Array Element
arrays8.1 Introduction to Arrays
arrays, associative8.1 Introduction to Arrays
arrays, definition of8.1 Introduction to Arrays
arrays, deleting an element8.6 The delete Statement
arrays, deleting entire contents8.6 The delete Statement
arrays, multidimensional subscripts8.9 Multidimensional Arrays
arrays, presence of elements8.2 Referring to an Array Element
arrays, sorting8.11 Sorting Array Values and Indices with gawk
arrays, sorting and IGNORECASE8.11 Sorting Array Values and Indices with gawk
arrays, sparse8.1 Introduction to Arrays
arrays, special for statement8.5 Scanning All Elements of an Array
arrays, subscripts, and IGNORECASE8.1 Introduction to Arrays
arrays, subscripts, uninitialized variables8.8 Using Uninitialized Variables as Subscripts
arrays, the in operator8.2 Referring to an Array Element
artificial intelligence, using gawkB.1.3 Contents of the gawk Distribution
ASCII13.2.5 Translating Between Characters and Numbers
asort built-in function8.11 Sorting Array Values and Indices with gawk
asort built-in function9.1.3 String Manipulation Functions
assert C library function13.2.2 Assertions
assert user-defined function13.2.2 Assertions
assertions13.2.2 Assertions
assignment operators6.7 Assignment Expressions
assignment to fields4.4 Changing the Contents of a Field
assoc_clear internal functionC.3.1 A Minimal Introduction to gawk Internals
assoc_lookup internal functionC.3.1 A Minimal Introduction to gawk Internals
associative arrays8.1 Introduction to Arrays
atan2 built-in function9.1.2 Numeric Functions
atariB.4.1 Installing gawk on the Atari ST
automatic initialization2.5 A More Complex Example
automatic warningsAdvanced Notes: Backslash Before Regular Characters
automatic warnings5.7.2 Special Files for Process-Related Information
automatic warnings5.7.4 Special File Name Caveats
automatic warnings6.2 Using Regular Expression Constants
automatic warnings6.2 Using Regular Expression Constants
automatic warnings9.1.3 String Manipulation Functions
automatic warnings9.1.4 Input/Output Functions
automatic warnings12.2 Command-Line Options
awf (amazingly workable formatter) programGlossary
awk language, POSIX version3.2 Escape Sequences
awk language, POSIX version3.3 Regular Expression Operators
awk language, POSIX version3.3 Regular Expression Operators
awk language, POSIX version3.4 Using Character Lists
awk language, POSIX versionAdvanced Notes: Changing FS Does Not Affect the Fields
awk language, POSIX version5.4 Controlling Numeric Output with print
awk language, POSIX version5.5.3 Modifiers for printf Formats
awk language, POSIX version6.4 Conversion of Strings and Numbers
awk language, POSIX version6.5 Arithmetic Operators
awk language, POSIX version6.7 Assignment Expressions
awk language, POSIX version6.14 Operator Precedence (How Operators Nest)
awk language, POSIX version7.4.5 The break Statement
awk language, POSIX version7.4.6 The continue Statement
awk language, POSIX version7.4.7 The next Statement
awk language, POSIX version7.5.1 Built-in Variables That Control awk
awk language, POSIX version9.1.3 String Manipulation Functions
awk language, POSIX version9.1.3.1 More About `\' and `&' with sub, gsub, and gensub
awk language, POSIX version9.2.1 Function Definition Syntax
awk language, V.4 version3.2 Escape Sequences
awk language, V.4 version3.2 Escape Sequences
awk language, V.4 version3.2 Escape Sequences
awk language, V.4 versionA.2 Changes Between SVR3.1 and SVR4
awka compiler for awk programsB.6 Other Freely Available awk Implementations
awka, source codeB.6 Other Freely Available awk Implementations
AWKNUM internal typeC.3.1 A Minimal Introduction to gawk Internals
AWKPATH environment variable12.4 The AWKPATH Environment Variable
`awkprof.out' profiling output file11.5 Profiling Your awk Programs
awksed.awk program14.3.8 A Simple Stream Editor
`awkvars.out' global variable list output file12.2 Command-Line Options

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