manpagez: man pages & more
info gawk
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Index: C

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

C
call by reference9.2.3.3 Passing Function Arguments By Value Or By Reference
call by value9.2.3.3 Passing Function Arguments By Value Or By Reference
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)
case keyword7.4.5 The switch Statement
case sensitivity, array indices and8.1.1 Introduction to Arrays
case sensitivity, converting case9.1.3 String-Manipulation Functions
case sensitivity, example programs12. A Library of awk Functions
case sensitivity, gawk3.6 Case Sensitivity in Matching
case sensitivity, regexps and3.6 Case Sensitivity in Matching
case sensitivity, regexps and7.5.1 Built-in Variables That Control awk
case sensitivity, string comparisons and7.5.1 Built-in Variables That Control awk
CGI, awk scripts for2.2 Command-Line Options
character lists, See bracket expressions3.3 Regular Expression Operators
character sets (machine character encodings)12.2.5 Translating Between Characters and Numbers
character sets (machine character encodings)Glossary
character sets, See Also bracket expressions3.3 Regular Expression Operators
characters, counting13.2.7 Counting Things
characters, transliterating13.3.3 Transliterating Characters
characters, values of as numbers12.2.5 Translating Between Characters and Numbers
Chassell, Robert J.Acknowledgments
chdir() function, implementing in gawkC.3.3 Example: Directory and File Operation Built-ins
chem utilityGlossary
chr() user-defined function12.2.5 Translating Between Characters and Numbers
clear debugger command14.3.1 Control Of Breakpoints
Cliff random numbers12.2.4 The Cliff Random Number Generator
cliff_rand() user-defined function12.2.4 The Cliff Random Number Generator
close() function4.9.4 Using getline into a Variable from a File
close() function4.9.5 Using getline from a Pipe
close() function5.8 Closing Input and Output Redirections
close() function9.1.4 Input/Output Functions
close() function, return valuesAdvanced Notes: Using close()’s Return Value
close() function, two-way pipes and11.3 Two-Way Communications with Another Process
Close, DianeThe GNU Project and This Book
Close, DianeA.8 Major Contributors to gawk
close_func() input methodC.3.1 A Minimal Introduction to gawk Internals
collating elements3.4 Using Bracket Expressions
collating symbols3.4 Using Bracket Expressions
Colombo, AntonioAcknowledgments
columns, aligning5.2 print Statement Examples
columns, cutting13.2.1 Cutting out Fields and Columns
comma (,), in range patterns7.1.3 Specifying Record Ranges with Patterns
command line, arguments2.3 Other Command-Line Arguments
command line, arguments7.5.2 Built-in Variables That Convey Information
command line, arguments7.5.3 Using ARGC and ARGV
command line, directories on4.10 Directories On The Command Line
command line, formats1.1 How to Run awk Programs
command line, FS on, setting4.5.4 Setting FS from the Command Line
command line, invoking awk from2.1 Invoking awk
command line, options1.1.3 Running Long Programs
command line, options2.2 Command-Line Options
command line, options4.5.4 Setting FS from the Command Line
command line, options, end of2.2 Command-Line Options
command line, variables, assigning on6.1.3.2 Assigning Variables on the Command Line
command-line options, processing12.4 Processing Command-Line Options
command-line options, string extraction10.4.1 Extracting Marked Strings
commands debugger command14.3.2 Control of Execution
commenting1.1.5 Comments in awk Programs
commenting, backslash continuation and1.6 awk Statements Versus Lines
common extensions, ** operator6.2.1 Arithmetic Operators
common extensions, **= operator6.2.3 Assignment Expressions
common extensions, /dev/stderr special file5.7.1 Special Files for Standard Descriptors
common extensions, /dev/stdin special file5.7.1 Special Files for Standard Descriptors
common extensions, /dev/stdout special file5.7.1 Special Files for Standard Descriptors
common extensions, BINMODE variableB.3.1.4 Using gawk on PC Operating Systems
common extensions, delete to delete entire arrays8.2 The delete Statement
common extensions, fflush() function9.1.4 Input/Output Functions
common extensions, func keyword9.2.1 Function Definition Syntax
common extensions, length() applied to an array9.1.3 String-Manipulation Functions
common extensions, nextfile statement7.4.9 Using gawk’s nextfile Statement
common extensions, RS as a regexp4.1 How Input Is Split into Records
common extensions, single character fields4.5.3 Making Each Character a Separate Field
common extensions, \x escape sequence3.2 Escape Sequences
comp.lang.awk newsgroupB.4 Reporting Problems and Bugs
comparison expressions6.3.2 Variable Typing and Comparison Expressions
comparison expressions, as patterns7.1.2 Expressions as Patterns
comparison expressions, string vs. regexp6.3.2.2 Comparison Operators
compatibility mode (gawk), extensionsA.5 Extensions in gawk Not in POSIX awk
compatibility mode (gawk), file names5.7.3 Special File Name Caveats
compatibility mode (gawk), hexadecimal numbers6.1.1.2 Octal and Hexadecimal Numbers
compatibility mode (gawk), octal numbers6.1.1.2 Octal and Hexadecimal Numbers
compatibility mode (gawk), specifying2.2 Command-Line Options
compiled programsD.1 What a Program Does
compiled programsGlossary
compiling gawk for CygwinB.3.1.5 Using gawk In The Cygwin Environment
compiling gawk for MS-DOS and MS-WindowsB.3.1.2 Compiling gawk for PC Operating Systems
compiling gawk for VMSB.3.2.1 Compiling gawk on VMS
compiling gawk with EMX for OS/2B.3.1.2 Compiling gawk for PC Operating Systems
compl() function (gawk)9.1.6 Bit-Manipulation Functions
complement, bitwise9.1.6 Bit-Manipulation Functions
compound statements, control statements and7.4 Control Statements in Actions
concatenating6.2.2 String Concatenation
condition debugger command14.3.1 Control Of Breakpoints
conditional expressions6.3.4 Conditional Expressions
configuration option, --disable-lintB.2.2 Additional Configuration Options
configuration option, --disable-nlsB.2.2 Additional Configuration Options
configuration option, --with-whiny-user-strftimeB.2.2 Additional Configuration Options
configuration options, gawkB.2.2 Additional Configuration Options
constants, nondecimal11.1 Allowing Nondecimal Input Data
constants, types of6.1.1 Constant Expressions
continue statement7.4.7 The continue Statement
control statements7.4 Control Statements in Actions
converting, case9.1.3 String-Manipulation Functions
converting, dates to timestamps9.1.5 Time Functions
converting, during subscripting8.3 Using Numbers to Subscript Arrays
converting, numbers to strings6.1.4 Conversion of Strings and Numbers
converting, numbers to strings9.1.6 Bit-Manipulation Functions
converting, strings to numbers6.1.4 Conversion of Strings and Numbers
converting, strings to numbers9.1.6 Bit-Manipulation Functions
CONVFMT variable6.1.4 Conversion of Strings and Numbers
CONVFMT variable7.5.1 Built-in Variables That Control awk
CONVFMT variable, array subscripts and8.3 Using Numbers to Subscript Arrays
coprocesses5.6 Redirecting Output of print and printf
coprocesses11.3 Two-Way Communications with Another Process
coprocesses, closing5.8 Closing Input and Output Redirections
coprocesses, getline from4.9.7 Using getline from a Coprocess
cos() function9.1.2 Numeric Functions
counting13.2.7 Counting Things
csh utility1.6 awk Statements Versus Lines
csh utility, POSIXLY_CORRECT environment variable2.2 Command-Line Options
csh utility, |& operator, comparison with11.3 Two-Way Communications with Another Process
ctime() user-defined function9.2.2 Function Definition Examples
currency symbols, localization10.2 GNU gettext
custom.h fileB.2.3 The Configuration Process
cut utility13.2.1 Cutting out Fields and Columns
cut utility13.2.1 Cutting out Fields and Columns
cut.awk program13.2.1 Cutting out Fields and Columns

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.