manpagez: man pages & more
info gawk
Home | html | info | man
[ < ] [ > ]   [ << ] [ 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   Y   Z  
Index Entry Section

~
~ (tilde), ~ operator3.1 How to Use Regular Expressions
~ (tilde), ~ operator3.6 Case Sensitivity in Matching
~ (tilde), ~ operator3.8 Using Dynamic Regexps
~ (tilde), ~ operator6.1.1.3 Regular Expression Constants
~ (tilde), ~ operator6.3.2.2 Comparison Operators
~ (tilde), ~ operator6.3.2.2 Comparison Operators
~ (tilde), ~ operator6.5 Operator Precedence (How Operators Nest)
~ (tilde), ~ operator7.1.2 Expressions as Patterns

A
accessing fields4.2 Examining Fields
account information12.5 Reading the User Database
account information12.6 Reading the Group Database
actions7.3 Actions
actions, control statements in7.4 Control Statements in Actions
actions, default1.3 Some Simple Examples
actions, empty1.3 Some Simple Examples
Ada programming languageGlossary
adding, features to gawkC.2.2 Adding New Features
adding, fields4.4 Changing the Contents of a Field
adding, functions to gawkC.3 Adding New Built-in Functions to gawk
advanced features, bufferingAdvanced Notes: Interactive Versus Noninteractive Buffering
advanced features, bufferingAdvanced Notes: Controlling Output Buffering with system()
advanced features, close() functionAdvanced Notes: Using close()’s Return Value
advanced features, constants, values ofAdvanced Notes: A Constant’s Base Does Not Affect Its Value
advanced features, data files as single recordAdvanced Notes: RS = "\0" Is Not Portable
advanced features, fixed-width data4.6 Reading Fixed-Width Data
advanced features, FNR/NR variablesAdvanced Notes: Changing NR and FNR
advanced features, gawk11. Advanced Features of gawk
advanced features, gawk, network programming11.4 Using gawk for Network Programming
advanced features, gawk, nondecimal input data11.1 Allowing Nondecimal Input Data
advanced features, gawk, processes, communicating with11.3 Two-Way Communications with Another Process
advanced features, network connections, See Also networks, connections11. Advanced Features of gawk
advanced features, null strings, matchingAdvanced Notes: Matching the Null String
advanced features, operators, precedenceAdvanced Notes: Operator Evaluation Order
advanced features, piping into shAdvanced Notes: Piping into sh
advanced features, regexp constantsAdvanced Notes: Syntactic Ambiguities Between ‘/=’ and Regular Expressions
advanced features, specifying field content4.7 Defining Fields By Content
Aho, AlfredHistory of awk and gawk
Aho, AlfredA.8 Major Contributors to gawk
alarm clock example program13.3.2 An Alarm Clock Program
alarm.awk program13.3.2 An Alarm Clock Program
algorithmsD.1 What a Program Does
Alpha (DEC)The GNU Project and This Book
amazing awk assembler (aaa)Glossary
amazingly workable formatter (awf)Glossary
ambiguity, syntactic: /= operator vs. /=…/ regexp constantAdvanced Notes: Syntactic Ambiguities Between ‘/=’ and Regular Expressions
ampersand (&), && operator6.3.3 Boolean Expressions
ampersand (&), && operator6.5 Operator Precedence (How Operators Nest)
ampersand (&), gsub()/gensub()/sub() functions and9.1.3.1 More About ‘\’ and ‘&’ with sub(), gsub(), and gensub()
anagram.awk program13.3.10 Finding Anagrams From A Dictionary
AND bitwise operation9.1.6 Bit-Manipulation Functions
and Boolean-logic operator6.3.3 Boolean Expressions
and() function (gawk)9.1.6 Bit-Manipulation Functions
ANSIGlossary
archeologistsB.4 Reporting Problems and Bugs
ARGC/ARGV variables7.5.2 Built-in Variables That Convey Information
ARGC/ARGV variables7.5.3 Using ARGC and ARGV
ARGC/ARGV variables, command-line arguments2.3 Other Command-Line Arguments
ARGC/ARGV variables, portability andAdvanced Notes: Portability Issues with ‘#!
ARGIND variable7.5.2 Built-in Variables That Convey Information
ARGIND variable, command-line arguments2.3 Other Command-Line Arguments
arguments, command-line2.3 Other Command-Line Arguments
arguments, command-line7.5.2 Built-in Variables That Convey Information
arguments, command-line7.5.3 Using ARGC and ARGV
arguments, command-line, invoking awk2.1 Invoking awk
arguments, in function calls6.4 Function Calls
arguments, processing12.4 Processing Command-Line Options
arguments, retrievingC.3.1 A Minimal Introduction to gawk Internals
arithmetic operators6.2.1 Arithmetic Operators
arrays8. Arrays in awk
arrays, as parameters to functions9.2.3.3 Passing Function Arguments By Value Or By Reference
arrays, associative8.1.1 Introduction to Arrays
arrays, associative, clearingC.3.1 A Minimal Introduction to gawk Internals
arrays, associative, library functions and12.1 Naming Library Function Global Variables
arrays, deleting entire contents8.2 The delete Statement
arrays, elements, assigning8.1.3 Assigning Array Elements
arrays, elements, deleting8.2 The delete Statement
arrays, elements, installingC.3.1 A Minimal Introduction to gawk Internals
arrays, elements, order of8.1.5 Scanning All Elements of an Array
arrays, elements, referencing8.1.2 Referring to an Array Element
arrays, elements, retrieving number of9.1.3 String-Manipulation Functions
arrays, for statement and8.1.5 Scanning All Elements of an Array
arrays, IGNORECASE variable and8.1.1 Introduction to Arrays
arrays, indexing8.1.1 Introduction to Arrays
arrays, merging into strings12.2.6 Merging an Array into a String
arrays, multidimensional8.5 Multidimensional Arrays
arrays, multidimensional, scanning8.5.1 Scanning Multidimensional Arrays
arrays, names of8. Arrays in awk
arrays, scanning8.1.5 Scanning All Elements of an Array
arrays, sorting11.2.2 Sorting Array Values and Indices with gawk
arrays, sorting, IGNORECASE variable and11.2.2 Sorting Array Values and Indices with gawk
arrays, sparse8.1.1 Introduction to Arrays
arrays, subscripts8.3 Using Numbers to Subscript Arrays
arrays, subscripts, uninitialized variables as8.4 Using Uninitialized Variables as Subscripts
artificial intelligence, gawk andB.1.3 Contents of the gawk Distribution
ASCII12.2.5 Translating Between Characters and Numbers
ASCIIGlossary
asort() function (gawk)9.1.3 String-Manipulation Functions
asort() function (gawk)11.2.2 Sorting Array Values and Indices with gawk
asort() function (gawk), arrays, sorting11.2.2 Sorting Array Values and Indices with gawk
asorti() function (gawk)9.1.3 String-Manipulation Functions
assert() function (C library)12.2.2 Assertions
assert() user-defined function12.2.2 Assertions
assertions12.2.2 Assertions
assignment operators6.2.3 Assignment Expressions
assignment operators, evaluation order6.2.3 Assignment Expressions
assignment operators, lvalues/rvalues6.2.3 Assignment Expressions
assignments as filenames12.3.5 Treating Assignments as File Names
associative arrays8.1.1 Introduction to Arrays
assoc_clear() internal functionC.3.1 A Minimal Introduction to gawk Internals
assoc_lookup() internal functionC.3.1 A Minimal Introduction to gawk Internals
asterisk (*), * operator, as multiplication operator6.5 Operator Precedence (How Operators Nest)
asterisk (*), * operator, as regexp operator3.3 Regular Expression Operators
asterisk (*), * operator, null strings, matchingAdvanced Notes: Matching the Null String
asterisk (*), ** operator6.2.1 Arithmetic Operators
asterisk (*), ** operator6.5 Operator Precedence (How Operators Nest)
asterisk (*), **= operator6.2.3 Assignment Expressions
asterisk (*), **= operator6.5 Operator Precedence (How Operators Nest)
asterisk (*), *= operator6.2.3 Assignment Expressions
asterisk (*), *= operator6.5 Operator Precedence (How Operators Nest)
atan2() function9.1.2 Numeric Functions
awf (amazingly workable formatter) programGlossary
awk language, POSIX version6.2.3 Assignment Expressions
awk programs1. Getting Started with awk
awk programs1.1.4 Executable awk Programs
awk programs1.4 An Example with Two Rules
awk programs, complex1.8 When to Use awk
awk programs, documenting1.1.5 Comments in awk Programs
awk programs, documenting12.1 Naming Library Function Global Variables
awk programs, examples of13. Practical awk Programs
awk programs, execution of7.4.8 The next Statement
awk programs, internationalizing9.1.8 String-Translation Functions
awk programs, internationalizing10.3 Internationalizing awk Programs
awk programs, lengthy1.1.3 Running Long Programs
awk programs, lengthy, assertions12.2.2 Assertions
awk programs, location of2.2 Command-Line Options
awk programs, location of2.2 Command-Line Options
awk programs, one-line examples1.3 Some Simple Examples
awk programs, profiling11.5 Profiling Your awk Programs
awk programs, profiling, enabling2.2 Command-Line Options
awk programs, running1.1 How to Run awk Programs
awk programs, running1.1.3 Running Long Programs
awk programs, running, from shell scripts1.1.1 One-Shot Throwaway awk Programs
awk programs, running, without input files1.1.2 Running awk Without Input Files
awk programs, shell variables in7.2 Using Shell Variables in Programs
awk, function of1. Getting Started with awk
awk, gawk andPreface
awk, gawk and0.2 Using This Book
awk, history ofHistory of awk and gawk
awk, implementation issues, pipes5.6 Redirecting Output of print and printf
awk, implementationsB.5 Other Freely Available awk Implementations
awk, implementations, limits4.9.9 Points to Remember About getline
awk, invoking2.1 Invoking awk
awk, new vs. old0.1 A Rose by Any Other Name
awk, new vs. old, OFMT variable6.1.4 Conversion of Strings and Numbers
awk, POSIX andPreface
awk, POSIX and, See Also POSIX awkPreface
awk, regexp constants and6.3.2.2 Comparison Operators
awk, See Also gawkPreface
awk, terms describing0.2 Using This Book
awk, uses forPreface
awk, uses for1. Getting Started with awk
awk, uses for1.8 When to Use awk
awk, versions of0.1 A Rose by Any Other Name
awk, versions ofA.1 Major Changes Between V7 and SVR3.1
awk, versions of, changes between SVR3.1 and SVR4A.2 Changes Between SVR3.1 and SVR4
awk, versions of, changes between SVR4 and POSIX awkA.3 Changes Between SVR4 and POSIX awk
awk, versions of, changes between V7 and SVR3.1A.1 Major Changes Between V7 and SVR3.1
awk, versions of, See Also Brian Kernighan’s awkA.4 Extensions in Brian Kernighan’s awk
awk, versions of, See Also Brian Kernighan’s awkB.5 Other Freely Available awk Implementations
awk.h file (internal)C.3.1 A Minimal Introduction to gawk Internals
awka compiler for awkB.5 Other Freely Available awk Implementations
AWKNUM internal typeC.3.1 A Minimal Introduction to gawk Internals
AWKPATH environment variable2.5.1 The AWKPATH Environment Variable
AWKPATH environment variableB.3.1.4 Using gawk on PC Operating Systems
awkprof.out file11.5 Profiling Your awk Programs
awksed.awk program13.3.8 A Simple Stream Editor
awkvars.out file2.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   Y   Z  

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.