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

Index

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

!
! operator7.11 Boolean Expressions
!= operator7.10 Variable Typing and Comparison Expressions
!~ operator4.1 How to Use Regular Expressions
!~ operator4.5 Case-sensitivity in Matching
!~ operator4.7 Using Dynamic Regexps
!~ operator7.1.2 Regular Expression Constants
!~ operator7.10 Variable Typing and Comparison Expressions

#
# (comment)2.2.5 Comments in awk Programs
#! (executable scripts)2.2.4 Executable awk Programs

$
$ (field operator)5.2 Examining Fields

&
&& operator7.11 Boolean Expressions

-
--assign option14.1 Command Line Options
--compat option14.1 Command Line Options
--copyleft option14.1 Command Line Options
--copyright option14.1 Command Line Options
--field-separator option14.1 Command Line Options
--file option14.1 Command Line Options
--help option14.1 Command Line Options
--lint option14.1 Command Line Options
--lint-old option14.1 Command Line Options
--posix option14.1 Command Line Options
--source option14.1 Command Line Options
--traditional option14.1 Command Line Options
--usage option14.1 Command Line Options
--version option14.1 Command Line Options
-f option2.2.3 Running Long Programs
-F option5.5.4 Setting FS from the Command Line
-f option14.1 Command Line Options
-F option14.1 Command Line Options
-v option14.1 Command Line Options
-W option14.1 Command Line Options

/
`/dev/fd'6.7 Special File Names in gawk
`/dev/pgrpid'6.7 Special File Names in gawk
`/dev/pid'6.7 Special File Names in gawk
`/dev/ppid'6.7 Special File Names in gawk
`/dev/stderr'6.7 Special File Names in gawk
`/dev/stdin'6.7 Special File Names in gawk
`/dev/stdout'6.7 Special File Names in gawk
`/dev/user'6.7 Special File Names in gawk
`/dev/user'15.11 Reading the User Database

<
< operator7.10 Variable Typing and Comparison Expressions
<= operator7.10 Variable Typing and Comparison Expressions

=
== operator7.10 Variable Typing and Comparison Expressions

>
> operator7.10 Variable Typing and Comparison Expressions
>= operator7.10 Variable Typing and Comparison Expressions

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

\
\' regexp operator4.4 Additional Regexp Operators Only in gawk
\< regexp operator4.4 Additional Regexp Operators Only in gawk
\> regexp operator4.4 Additional Regexp Operators Only in gawk
\` regexp operator4.4 Additional Regexp Operators Only in gawk
\B regexp operator4.4 Additional Regexp Operators Only in gawk
\W regexp operator4.4 Additional Regexp Operators Only in gawk
\w regexp operator4.4 Additional Regexp Operators Only in gawk
\y regexp operator4.4 Additional Regexp Operators Only in gawk

_
_gr_init15.12 Reading the Group Database
_pw_init15.11 Reading the User Database
_tm_addup15.7 Turning Dates Into Timestamps
_tm_isleap15.7 Turning Dates Into Timestamps

|
|| operator7.11 Boolean Expressions

~
~ operator4.1 How to Use Regular Expressions
~ operator4.5 Case-sensitivity in Matching
~ operator4.7 Using Dynamic Regexps
~ operator7.1.2 Regular Expression Constants
~ operator7.10 Variable Typing and Comparison Expressions

A
accessing fields5.2 Examining Fields
account information15.11 Reading the User Database
account information15.12 Reading the Group Database
acronymHistory of awk and gawk
action, curly braces8.2 Overview of Actions
action, default2.3 A Very Simple Example
action, definition of8.2 Overview of Actions
action, empty2.3 A Very Simple Example
action, separating statements8.2 Overview of Actions
adding new featuresC.2.1 Adding New Features
addition7.5 Arithmetic Operators
Aho, AlfredHistory of awk and gawk
AI programming, using gawkB.1.3 Contents of the gawk Distribution
alarm.awk16.2.2 An Alarm Clock Program
amigaB.6 Installing gawk on an Amiga
anchors in regexps4.3 Regular Expression Operators
and operator7.11 Boolean Expressions
anonymous ftpB.1.1 Getting the gawk Distribution
anonymous ftpB.8 Other Freely Available awk Implementations
applications of awk2.8 When to Use awk
ARGC10.2 Built-in Variables that Convey Information
ARGIND10.2 Built-in Variables that Convey Information
ARGIND14.2 Other Command Line Arguments
argument processing15.10 Processing Command Line Options
arguments in function call7.13 Function Calls
arguments, command line14. Running awk
ARGV10.2 Built-in Variables that Convey Information
ARGV14.2 Other Command Line Arguments
arithmetic operators7.5 Arithmetic Operators
array assignment11.3 Assigning Array Elements
array reference11.2 Referring to an Array Element
Array subscripts and IGNORECASE11.1 Introduction to Arrays
array subscripts, uninitialized variables11.8 Using Uninitialized Variables as Subscripts
arrays11.1 Introduction to Arrays
arrays, associative11.1 Introduction to Arrays
arrays, definition of11.1 Introduction to Arrays
arrays, deleting an element11.6 The delete Statement
arrays, deleting entire contents11.6 The delete Statement
arrays, multi-dimensional subscripts11.9 Multi-dimensional Arrays
arrays, presence of elements11.2 Referring to an Array Element
arrays, sparse11.1 Introduction to Arrays
arrays, special for statement11.5 Scanning All Elements of an Array
arrays, the in operator11.2 Referring to an Array Element
artificial intelligence, using gawkB.1.3 Contents of the gawk Distribution
ASCII15.5 Translating Between Characters and Numbers
assert15.3 Assertions
assert, C version15.3 Assertions
assertions15.3 Assertions
assignment operators7.7 Assignment Expressions
assignment to fields5.4 Changing the Contents of a Field
associative arrays11.1 Introduction to Arrays
atan212.2 Numeric Built-in Functions
atariB.5 Installing gawk on the Atari ST
automatic initialization2.5 A More Complex Example
awk language, POSIX version4.2 Escape Sequences
awk language, POSIX version4.3 Regular Expression Operators
awk language, POSIX version4.3 Regular Expression Operators
awk language, POSIX version4.3 Regular Expression Operators
awk language, POSIX version5.5.5 Field Splitting Summary
awk language, POSIX version6.4 Controlling Numeric Output with print
awk language, POSIX version6.5.3 Modifiers for printf Formats
awk language, POSIX version7.4 Conversion of Strings and Numbers
awk language, POSIX version7.5 Arithmetic Operators
awk language, POSIX version7.7 Assignment Expressions
awk language, POSIX version7.14 Operator Precedence (How Operators Nest)
awk language, POSIX version7.14 Operator Precedence (How Operators Nest)
awk language, POSIX version9.5 The break Statement
awk language, POSIX version9.6 The continue Statement
awk language, POSIX version9.7 The next Statement
awk language, POSIX version10.1 Built-in Variables that Control awk
awk language, POSIX version12.3 Built-in Functions for String Manipulation
awk language, POSIX versionMore About `\' and `&' with sub, gsub and gensub
awk language, POSIX version13.1 Function Definition Syntax
awk language, V.4 version4.2 Escape Sequences
awk language, V.4 version4.2 Escape Sequences
awk language, V.4 version4.2 Escape Sequences
awk language, V.4 version17.2 Changes between SVR3.1 and SVR4
AWKPATH environment variable14.3 The AWKPATH Environment Variable
awksed16.2.8 A Simple Stream Editor

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