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

!
! (exclamation point), ! operator6.3.3 Boolean Expressions
! (exclamation point), ! operator6.5 Operator Precedence (How Operators Nest)
! (exclamation point), ! operator7.1.3 Specifying Record Ranges with Patterns
! (exclamation point), ! operator13.2.2 Searching for Regular Expressions in Files
! (exclamation point), != operator6.3.2.2 Comparison Operators
! (exclamation point), != operator6.5 Operator Precedence (How Operators Nest)
! (exclamation point), !~ operator3.1 How to Use Regular Expressions
! (exclamation point), !~ operator3.6 Case Sensitivity in Matching
! (exclamation point), !~ operator3.8 Using Dynamic Regexps
! (exclamation point), !~ operator6.1.1.3 Regular Expression Constants
! (exclamation point), !~ operator6.3.2.2 Comparison Operators
! (exclamation point), !~ operator6.3.2.2 Comparison Operators
! (exclamation point), !~ operator6.5 Operator Precedence (How Operators Nest)
! (exclamation point), !~ operator7.1.2 Expressions as Patterns

"
" (double quote)1.1.2 Running awk Without Input Files
" (double quote)1.1.6 Shell-Quoting Issues
" (double quote), regexp constants3.8 Using Dynamic Regexps

#
# (number sign), #! (executable scripts)1.1.4 Executable awk Programs
# (number sign), #! (executable scripts), portability issues with1.1.4 Executable awk Programs
# (number sign), commenting1.1.5 Comments in awk Programs

$
$ (dollar sign)3.3 Regular Expression Operators
$ (dollar sign), $ field operator4.2 Examining Fields
$ (dollar sign), $ field operator6.5 Operator Precedence (How Operators Nest)
$ (dollar sign), incrementing fields and arrays6.2.4 Increment and Decrement Operators

%
% (percent sign), % operator6.5 Operator Precedence (How Operators Nest)
% (percent sign), %= operator6.2.3 Assignment Expressions
% (percent sign), %= operator6.5 Operator Precedence (How Operators Nest)

&
& (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()

'
' (single quote)1.1.1 One-Shot Throwaway awk Programs
' (single quote)1.1.3 Running Long Programs
' (single quote)1.1.6 Shell-Quoting Issues
' (single quote), vs. apostrophe1.1.5 Comments in awk Programs
' (single quote), with double quotes1.1.6 Shell-Quoting Issues

(
() (parentheses)3.3 Regular Expression Operators
() (parentheses), pgawk program11.5 Profiling Your awk Programs

*
* (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)

+
+ (plus sign)3.3 Regular Expression Operators
+ (plus sign), + operator6.5 Operator Precedence (How Operators Nest)
+ (plus sign), + operator6.5 Operator Precedence (How Operators Nest)
+ (plus sign), ++ (decrement/increment operators)6.2.4 Increment and Decrement Operators
+ (plus sign), ++ operator6.2.4 Increment and Decrement Operators
+ (plus sign), ++ operator6.5 Operator Precedence (How Operators Nest)
+ (plus sign), += operator6.2.3 Assignment Expressions
+ (plus sign), += operator6.5 Operator Precedence (How Operators Nest)

,
, (comma), in range patterns7.1.3 Specifying Record Ranges with Patterns

-
- (hyphen), - operator6.5 Operator Precedence (How Operators Nest)
- (hyphen), - operator6.5 Operator Precedence (How Operators Nest)
- (hyphen), -- (decrement/increment) operator6.5 Operator Precedence (How Operators Nest)
- (hyphen), -- operator6.2.4 Increment and Decrement Operators
- (hyphen), -= operator6.2.3 Assignment Expressions
- (hyphen), -= operator6.5 Operator Precedence (How Operators Nest)
- (hyphen), filenames beginning with2.2 Command-Line Options
- (hyphen), in bracket expressions3.4 Using Bracket Expressions
--assign option2.2 Command-Line Options
--c option2.2 Command-Line Options
--characters-as-bytes option2.2 Command-Line Options
--command option2.2 Command-Line Options
--copyright option2.2 Command-Line Options
--disable-lint configuration optionB.2.2 Additional Configuration Options
--disable-nls configuration optionB.2.2 Additional Configuration Options
--dump-variables option2.2 Command-Line Options
--dump-variables option12.1 Naming Library Function Global Variables
--exec option2.2 Command-Line Options
--field-separator option2.2 Command-Line Options
--file option2.2 Command-Line Options
--gen-pot option2.2 Command-Line Options
--gen-pot option10.4.1 Extracting Marked Strings
--gen-pot option10.4.1 Extracting Marked Strings
--help option2.2 Command-Line Options
--L option2.2 Command-Line Options
--lint option2.1 Invoking awk
--lint option2.2 Command-Line Options
--lint-old option2.2 Command-Line Options
--non-decimal-data option2.2 Command-Line Options
--non-decimal-data option11.1 Allowing Nondecimal Input Data
--non-decimal-data option, strtonum() function and11.1 Allowing Nondecimal Input Data
--optimize option2.2 Command-Line Options
--posix option2.2 Command-Line Options
--posix option, --traditional option and2.2 Command-Line Options
--profile option2.2 Command-Line Options
--profile option11.5 Profiling Your awk Programs
--re-interval option2.2 Command-Line Options
--sandbox option2.2 Command-Line Options
--sandbox option, disabling system() function9.1.4 Input/Output Functions
--sandbox option, input redirection with getline4.9 Explicit Input with getline
--sandbox option, output redirection with print, printf5.6 Redirecting Output of print and printf
--source option2.2 Command-Line Options
--source option2.2 Command-Line Options
--traditional option2.2 Command-Line Options
--traditional option, --posix option and2.2 Command-Line Options
--use-lc-numeric option2.2 Command-Line Options
--version option2.2 Command-Line Options
--with-whiny-user-strftime configuration optionB.2.2 Additional Configuration Options
-b option2.2 Command-Line Options
-C option2.2 Command-Line Options
-d option2.2 Command-Line Options
-e option2.2 Command-Line Options
-E option2.2 Command-Line Options
-F option2.2 Command-Line Options
-f option1.1.3 Running Long Programs
-F option4.5.4 Setting FS from the Command Line
-f option2.2 Command-Line Options
-F option, -Ft sets FS to TAB2.2 Command-Line Options
-f option, on command line2.2 Command-Line Options
-g option2.2 Command-Line Options
-h option2.2 Command-Line Options
-l option2.2 Command-Line Options
-n option2.2 Command-Line Options
-N option2.2 Command-Line Options
-O option2.2 Command-Line Options
-P option2.2 Command-Line Options
-p option2.2 Command-Line Options
-r option2.2 Command-Line Options
-R option2.2 Command-Line Options
-S option2.2 Command-Line Options
-v option2.2 Command-Line Options
-V option2.2 Command-Line Options
-v option, variables, assigning6.1.3.2 Assigning Variables on the Command Line
-W option2.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.