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

.
. (period)3.3 Regular Expression Operators
.mo files10.2 GNU gettext
.mo files, converting from .po10.5 A Simple Internationalization Example
.mo files, specifying directory of10.2 GNU gettext
.mo files, specifying directory of10.3 Internationalizing awk Programs
.po files10.2 GNU gettext
.po files10.4 Translating awk Programs
.po files, converting to .mo10.5 A Simple Internationalization Example
.pot files10.2 GNU gettext

/
/ (forward slash)3. Regular Expressions
/ (forward slash), / operator6.5 Operator Precedence (How Operators Nest)
/ (forward slash), /= operator6.2.3 Assignment Expressions
/ (forward slash), /= operator6.5 Operator Precedence (How Operators Nest)
/ (forward slash), /= operator, vs. /=…/ regexp constantAdvanced Notes: Syntactic Ambiguities Between ‘/=’ and Regular Expressions
/ (forward slash), patterns and7.1.2 Expressions as Patterns
/= operator vs. /=…/ regexp constantAdvanced Notes: Syntactic Ambiguities Between ‘/=’ and Regular Expressions
/dev/… special files (gawk)5.7.1 Special Files for Standard Descriptors
/dev/fd/N special files5.7.1 Special Files for Standard Descriptors
/inet/… special files (gawk)11.4 Using gawk for Network Programming
/inet4/… special files (gawk)11.4 Using gawk for Network Programming
/inet6/… special files (gawk)11.4 Using gawk for Network Programming

;
; (semicolon)1.6 awk Statements Versus Lines
; (semicolon), AWKPATH variable andB.3.1.4 Using gawk on PC Operating Systems
; (semicolon), separating statements in actions7.3 Actions
; (semicolon), separating statements in actions7.4 Control Statements in Actions

<
< (left angle bracket), < operator6.3.2.2 Comparison Operators
< (left angle bracket), < operator6.5 Operator Precedence (How Operators Nest)
< (left angle bracket), < operator (I/O)4.9.3 Using getline from a File
< (left angle bracket), <= operator6.3.2.2 Comparison Operators
< (left angle bracket), <= operator6.5 Operator Precedence (How Operators Nest)

=
= (equals sign), = operator6.2.3 Assignment Expressions
= (equals sign), == operator6.3.2.2 Comparison Operators
= (equals sign), == operator6.5 Operator Precedence (How Operators Nest)

>
> (right angle bracket), > operator6.3.2.2 Comparison Operators
> (right angle bracket), > operator6.5 Operator Precedence (How Operators Nest)
> (right angle bracket), > operator (I/O)5.6 Redirecting Output of print and printf
> (right angle bracket), >= operator6.3.2.2 Comparison Operators
> (right angle bracket), >= operator6.5 Operator Precedence (How Operators Nest)
> (right angle bracket), >> operator (I/O)5.6 Redirecting Output of print and printf
> (right angle bracket), >> operator (I/O)6.5 Operator Precedence (How Operators Nest)

?
? (question mark) regexp operator3.3 Regular Expression Operators
? (question mark) regexp operator3.5 gawk-Specific Regexp Operators
? (question mark), ?: operator6.5 Operator Precedence (How Operators Nest)

[
[] (square brackets)3.3 Regular Expression Operators

\
\ (backslash)1.1.2 Running awk Without Input Files
\ (backslash)1.1.5 Comments in awk Programs
\ (backslash)1.1.6 Shell-Quoting Issues
\ (backslash)3.3 Regular Expression Operators
\ (backslash), as field separators4.5.4 Setting FS from the Command Line
\ (backslash), continuing lines and1.6 awk Statements Versus Lines
\ (backslash), continuing lines and13.2.2 Searching for Regular Expressions in Files
\ (backslash), continuing lines and, comments and1.6 awk Statements Versus Lines
\ (backslash), continuing lines and, in csh1.6 awk Statements Versus Lines
\ (backslash), gsub()/gensub()/sub() functions and9.1.3.1 More About ‘\’ and ‘&’ with sub(), gsub(), and gensub()
\ (backslash), in bracket expressions3.4 Using Bracket Expressions
\ (backslash), in escape sequences3.2 Escape Sequences
\ (backslash), in escape sequences3.2 Escape Sequences
\ (backslash), in escape sequences, POSIX andAdvanced Notes: Backslash Before Regular Characters
\ (backslash), regexp constants3.8 Using Dynamic Regexps
\ (backslash), \" escape sequence3.2 Escape Sequences
\ (backslash), \' operator (gawk)3.5 gawk-Specific Regexp Operators
\ (backslash), \/ escape sequence3.2 Escape Sequences
\ (backslash), \< operator (gawk)3.5 gawk-Specific Regexp Operators
\ (backslash), \> operator (gawk)3.5 gawk-Specific Regexp Operators
\ (backslash), \a escape sequence3.2 Escape Sequences
\ (backslash), \b escape sequence3.2 Escape Sequences
\ (backslash), \B operator (gawk)3.5 gawk-Specific Regexp Operators
\ (backslash), \f escape sequence3.2 Escape Sequences
\ (backslash), \n escape sequence3.2 Escape Sequences
\ (backslash), \nnn escape sequence3.2 Escape Sequences
\ (backslash), \r escape sequence3.2 Escape Sequences
\ (backslash), \s operator (gawk)3.5 gawk-Specific Regexp Operators
\ (backslash), \S operator (gawk)3.5 gawk-Specific Regexp Operators
\ (backslash), \t escape sequence3.2 Escape Sequences
\ (backslash), \v escape sequence3.2 Escape Sequences
\ (backslash), \W operator (gawk)3.5 gawk-Specific Regexp Operators
\ (backslash), \w operator (gawk)3.5 gawk-Specific Regexp Operators
\ (backslash), \x escape sequence3.2 Escape Sequences
\ (backslash), \y operator (gawk)3.5 gawk-Specific Regexp Operators
\ (backslash), \` operator (gawk)3.5 gawk-Specific Regexp Operators

^
^ (caret)3.3 Regular Expression Operators
^ (caret)3.5 gawk-Specific Regexp Operators
^ (caret), in bracket expressions3.4 Using Bracket Expressions
^ (caret), ^ operator6.5 Operator Precedence (How Operators Nest)
^ (caret), ^= operator6.2.3 Assignment Expressions
^ (caret), ^= operator6.5 Operator Precedence (How Operators Nest)
^, in FS4.5.2 Using Regular Expressions to Separate Fields

_
_ (underscore), in names of private variables12.1 Naming Library Function Global Variables
_ (underscore), translatable string10.3 Internationalizing awk Programs
_ (underscore), _ C macro10.2 GNU gettext
_gr_init() user-defined function12.6 Reading the Group Database
_pw_init() user-defined function12.5 Reading the User Database

{
{} (braces), actions and7.3 Actions
{} (braces), pgawk program11.5 Profiling Your awk Programs
{} (braces), statements, grouping7.4 Control Statements in Actions

|
| (vertical bar)3.3 Regular Expression Operators
| (vertical bar), | operator (I/O)4.9.5 Using getline from a Pipe
| (vertical bar), | operator (I/O)5.6 Redirecting Output of print and printf
| (vertical bar), | operator (I/O)6.5 Operator Precedence (How Operators Nest)
| (vertical bar), |& operator (I/O)4.9.7 Using getline from a Coprocess
| (vertical bar), |& operator (I/O)5.6 Redirecting Output of print and printf
| (vertical bar), |& operator (I/O)6.5 Operator Precedence (How Operators Nest)
| (vertical bar), |& operator (I/O)11.3 Two-Way Communications with Another Process
| (vertical bar), |& operator (I/O), pipes, closing5.8 Closing Input and Output Redirections
| (vertical bar), || operator6.3.3 Boolean Expressions
| (vertical bar), || operator6.5 Operator Precedence (How Operators Nest)

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.