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

Index: Q – R

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

Q
q debugger command (alias for quit)14.3.6 Miscellaneous Commands
QSE AwkB.5 Other Freely Available awk Implementations
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)
QuikTrim AwkB.5 Other Freely Available awk Implementations
quit debugger command14.3.6 Miscellaneous Commands
QUIT signal (MS-Windows)11.5 Profiling Your awk Programs
quoting1.1.2 Running awk Without Input Files
quoting1.1.3 Running Long Programs
quoting1.1.5 Comments in awk Programs
quoting, rules for1.1.6 Shell-Quoting Issues
quoting, tricks for1.1.6 Shell-Quoting Issues

R
r debugger command (alias for run)14.3.2 Control of Execution
Rakitzis, Byron13.3.6 Removing Duplicates from Unsorted Text
rand() function9.1.2 Numeric Functions
random numbers, Cliff12.2.4 The Cliff Random Number Generator
random numbers, rand()/srand() functions9.1.2 Numeric Functions
random numbers, seed of9.1.2 Numeric Functions
range expressions (regexps)3.4 Using Bracket Expressions
range patterns7.1.3 Specifying Record Ranges with Patterns
Rankin, PatAcknowledgments
Rankin, Pat6.2.3 Assignment Expressions
Rankin, PatA.8 Major Contributors to gawk
Rankin, PatB.4 Reporting Problems and Bugs
readable data files, checking12.3.3 Checking for Readable Data Files
readable.awk program12.3.3 Checking for Readable Data Files
recipe for a programming languageHistory of awk and gawk
record separators4.1 How Input Is Split into Records
record separators7.5.1 Built-in Variables That Control awk
record separators, changing4.1 How Input Is Split into Records
record separators, regular expressions as4.1 How Input Is Split into Records
record separators, with multiline records4.8 Multiple-Line Records
records4. Reading Input Files
recordsD.1 What a Program Does
records, multiline4.8 Multiple-Line Records
records, printing5.1 The print Statement
records, splitting input into4.1 How Input Is Split into Records
records, terminating4.1 How Input Is Split into Records
records, treating files asAdvanced Notes: RS = "\0" Is Not Portable
recursive functions9.2.1 Function Definition Syntax
redirection of input4.9.3 Using getline from a File
redirection of output5.6 Redirecting Output of print and printf
reference counting, sorting arrays11.2.2 Sorting Array Values and Indices with gawk
regexp constants3.1 How to Use Regular Expressions
regexp constants6.1.1.3 Regular Expression Constants
regexp constants6.3.2.2 Comparison Operators
regexp constants, /=…/, /= operator andAdvanced Notes: Syntactic Ambiguities Between ‘/=’ and Regular Expressions
regexp constants, as patterns7.1.2 Expressions as Patterns
regexp constants, in gawk6.1.2 Using Regular Expression Constants
regexp constants, slashes vs. quotes3.8 Using Dynamic Regexps
regexp constants, vs. string constants3.8 Using Dynamic Regexps
regexp, See regular expressions3. Regular Expressions
register_deferred_variable() internal functionC.3.1 A Minimal Introduction to gawk Internals
register_open_hook() internal functionC.3.1 A Minimal Introduction to gawk Internals
regular expressions3. Regular Expressions
regular expressions as field separators4.5 Specifying How Fields Are Separated
regular expressions, anchors in3.3 Regular Expression Operators
regular expressions, as field separators4.5.2 Using Regular Expressions to Separate Fields
regular expressions, as patterns3.1 How to Use Regular Expressions
regular expressions, as patterns7.1.1 Regular Expressions as Patterns
regular expressions, as record separators4.1 How Input Is Split into Records
regular expressions, case sensitivity3.6 Case Sensitivity in Matching
regular expressions, case sensitivity7.5.1 Built-in Variables That Control awk
regular expressions, computed3.8 Using Dynamic Regexps
regular expressions, constants, See regexp constants3.1 How to Use Regular Expressions
regular expressions, dynamic3.8 Using Dynamic Regexps
regular expressions, dynamic, with embedded newlinesAdvanced Notes: Using \n in Bracket Expressions of Dynamic Regexps
regular expressions, gawk, command-line options3.5 gawk-Specific Regexp Operators
regular expressions, interval expressions and2.2 Command-Line Options
regular expressions, leftmost longest match3.7 How Much Text Matches?
regular expressions, operators3.1 How to Use Regular Expressions
regular expressions, operators3.3 Regular Expression Operators
regular expressions, operators, for buffers3.5 gawk-Specific Regexp Operators
regular expressions, operators, for words3.5 gawk-Specific Regexp Operators
regular expressions, operators, gawk3.5 gawk-Specific Regexp Operators
regular expressions, operators, precedence of3.3 Regular Expression Operators
regular expressions, searching for13.2.2 Searching for Regular Expressions in Files
relational operators, See comparison operators6.3.2 Variable Typing and Comparison Expressions
return debugger command14.3.2 Control of Execution
return statement, user-defined functions9.2.4 The return Statement
return values, close() functionAdvanced Notes: Using close()’s Return Value
rev() user-defined function9.2.2 Function Definition Examples
rewind() user-defined function12.3.2 Rereading the Current File
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)
right shift, bitwise9.1.6 Bit-Manipulation Functions
Ritchie, DennisD.2 Data Values in a Computer
RLENGTH variable7.5.2 Built-in Variables That Convey Information
RLENGTH variable, match() function and9.1.3 String-Manipulation Functions
Robbins, Arnold4.5.4 Setting FS from the Command Line
Robbins, Arnold4.9.5 Using getline from a Pipe
Robbins, Arnold12.5 Reading the User Database
Robbins, Arnold13.3.2 An Alarm Clock Program
Robbins, ArnoldA.8 Major Contributors to gawk
Robbins, ArnoldB.4 Reporting Problems and Bugs
Robbins, ArnoldC.4 Probable Future Extensions
Robbins, Bill4.9.5 Using getline from a Pipe
Robbins, HarryAcknowledgments
Robbins, JeanAcknowledgments
Robbins, MiriamAcknowledgments
Robbins, Miriam4.9.5 Using getline from a Pipe
Robbins, Miriam12.5 Reading the User Database
Robinson, WillC.3 Adding New Built-in Functions to gawk
robot, theC.3 Adding New Built-in Functions to gawk
Rommel, Kai UweA.8 Major Contributors to gawk
round() user-defined function12.2.3 Rounding Numbers
rounding numbers12.2.3 Rounding Numbers
RS variable4.1 How Input Is Split into Records
RS variable7.5.1 Built-in Variables That Control awk
RS variable, multiline records and4.8 Multiple-Line Records
rshift() function (gawk)9.1.6 Bit-Manipulation Functions
RSTART variable7.5.2 Built-in Variables That Convey Information
RSTART variable, match() function and9.1.3 String-Manipulation Functions
RT variable4.1 How Input Is Split into Records
RT variable4.8 Multiple-Line Records
RT variable4.9.4 Using getline into a Variable from a File
RT variable7.5.2 Built-in Variables That Convey Information
Rubin, PaulHistory of awk and gawk
Rubin, PaulA.8 Major Contributors to gawk
rule, definition of1. Getting Started with awk
run debugger command14.3.2 Control of Execution
rvalues/lvalues6.2.3 Assignment Expressions

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.