[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Index: Q -- S

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   Z  

Index Entry Section

Q
quotient6.5 Arithmetic Operators
quoting rules, shell2.1.6 Shell Quoting Issues
quoting, shell2.1.2 Running awk Without Input Files
quoting, shell2.1.3 Running Long Programs
quoting, shell2.1.5 Comments in awk Programs

R
Rakitzis, Byron14.3.6 Removing Duplicates from Unsorted Text
rand built-in function9.1.2 Numeric Functions
random numbers, Cliff13.2.4 The Cliff Random Number Generator
random numbers, seed of9.1.2 Numeric Functions
range pattern7.1.3 Specifying Record Ranges with Patterns
Rankin, PatAcknowledgments
Rankin, Pat6.7 Assignment Expressions
Rankin, PatA.6 Major Contributors to gawk
Rankin, PatB.5 Reporting Problems and Bugs
readable data files, checking13.3.3 Checking for Readable Data Files
readable.awk program13.3.3 Checking for Readable Data Files
reading files4. Reading Input Files
reading files, getline command4.8 Explicit Input with getline
reading files, multiple line records4.7 Multiple-Line Records
recipe for a programming languageHistory of awk and gawk
record separator, RS4.1 How Input Is Split into Records
record terminator, RT4.1 How Input Is Split into Records
record, definition of4.1 How Input Is Split into Records
record, definition ofD.1 What a Program Does
records, multiple line4.7 Multiple-Line Records
recursive function9.2.1 Function Definition Syntax
redirection of input4.8.3 Using getline from a File
redirection of output5.6 Redirecting Output of print and printf
reference counting8.11 Sorting Array Values and Indices with gawk
reference to array8.2 Referring to an Array Element
regexp3. Regular Expressions
regexp as expression6.10 Variable Typing and Comparison Expressions
regexp comparison vs. string comparison6.10 Variable Typing and Comparison Expressions
regexp constant3.1 How to Use Regular Expressions
regexp constants, difference between slashes and quotes3.8 Using Dynamic Regexps
regexp operators3.1 How to Use Regular Expressions
regexp operators3.3 Regular Expression Operators
regexp operators6.10 Variable Typing and Comparison Expressions
regexp operators, GNU specific3.5 gawk-Specific Regexp Operators
regexp operators, precedence of3.3 Regular Expression Operators
regexp, anchors3.3 Regular Expression Operators
regexp, dynamic3.8 Using Dynamic Regexps
regexp, dynamic, with embedded newlinesAdvanced Notes: Using \n in Character Lists of Dynamic Regexps
regexp, effect of command-line options3.5 gawk-Specific Regexp Operators
regular expression3. Regular Expressions
regular expression metacharacters3.3 Regular Expression Operators
regular expressions as field separators4.5 Specifying How Fields Are Separated
regular expressions as patterns3. Regular Expressions
regular expressions as record separators4.1 How Input Is Split into Records
regular expressions, computed3.8 Using Dynamic Regexps
relational operators6.10 Variable Typing and Comparison Expressions
relational operators6.10 Variable Typing and Comparison Expressions
remainder6.5 Arithmetic Operators
removing elements of arrays8.6 The delete Statement
reporting bugsB.5 Reporting Problems and Bugs
reporting problemsB.5 Reporting Problems and Bugs
return statement9.2.4 The return Statement
return value from closeAdvanced Notes: Using close's Return Value
rewind user-defined function13.3.2 Rereading the Current File
RFC 10369.1.5 Using gawk's Timestamp Functions
RFC 8229.1.5 Using gawk's Timestamp Functions
right shift, bitwise9.1.6 Using gawk's Bit Manipulation Functions
Ritchie, DennisD.2 Data Values in a Computer
RLENGTH variable7.5.2 Built-in Variables That Convey Information
RLENGTH variable9.1.3 String Manipulation Functions
Robbins, Arnold4.5.3 Setting FS from the Command Line
Robbins, Arnold4.8.5 Using getline from a Pipe
Robbins, Arnold13.5 Reading the User Database
Robbins, Arnold14.3.2 An Alarm Clock Program
Robbins, ArnoldA.6 Major Contributors to gawk
Robbins, ArnoldB.5 Reporting Problems and Bugs
Robbins, ArnoldC.4 Probable Future Extensions
Robbins, Bill4.8.5 Using getline from a Pipe
Robbins, HarryAcknowledgments
Robbins, JeanAcknowledgments
Robbins, MiriamAcknowledgments
Robbins, Miriam4.8.5 Using getline from a Pipe
Robbins, Miriam13.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 UweAcknowledgments
Rommel, Kai UweA.6 Major Contributors to gawk
Rommel, Kai UweB.5 Reporting Problems and Bugs
round user-defined function13.2.3 Rounding Numbers
rounding13.2.3 Rounding Numbers
RS variable4.1 How Input Is Split into Records
RS variable7.5.1 Built-in Variables That Control awk
rshift built-in function9.1.6 Using gawk's Bit Manipulation Functions
RSTART variable7.5.2 Built-in Variables That Convey Information
RSTART variable9.1.3 String Manipulation Functions
RT variable4.1 How Input Is Split into Records
RT variable4.7 Multiple-Line Records
RT variable7.5.2 Built-in Variables That Convey Information
Rubin, PaulHistory of awk and gawk
Rubin, PaulA.6 Major Contributors to gawk
rule, definition of2. Getting Started with awk
rule, definition of2. Getting Started with awk
running awk programs2.1 How to Run awk Programs
running long programs2.1.3 Running Long Programs
rvalue6.7 Assignment Expressions

S
sample input files2.2 Data Files for the Examples
scalar, definition ofD.2 Data Values in a Computer
scanning an array8.5 Scanning All Elements of an Array
Schreiber, BertAcknowledgments
Schreiber, RitaAcknowledgments
script, definition of2. Getting Started with awk
scripts, executable2.1.4 Executable awk Programs
search path12.4 The AWKPATH Environment Variable
search path14.3.9 An Easy Way to Use Library Functions
search pathB.3.3.3 Using gawk on PC Operating Systems
search pathB.3.4.3 Running gawk on VMS
search path, for source files12.4 The AWKPATH Environment Variable
search path, for source files14.3.9 An Easy Way to Use Library Functions
search path, for source filesB.3.3.3 Using gawk on PC Operating Systems
search path, for source filesB.3.4.3 Running gawk on VMS
sed utilityAdvanced Notes: Changing FS Does Not Affect the Fields
sed utility14.3.8 A Simple Stream Editor
sed utility14.3.9 An Easy Way to Use Library Functions
sed utilityGlossary
seed for random numbers9.1.2 Numeric Functions
self-contained programs2.1.4 Executable awk Programs
set_value internal functionC.3.1 A Minimal Introduction to gawk Internals
sex, comparisons with1.1 Using This Book
sex, comparisons withThe GNU Project and This Book
sex, programmer attractiveness11.2 Two-Way Communications with Another Process
shell and awk interaction7.2 Using Shell Variables in Programs
shell quoting2.1.2 Running awk Without Input Files
shell quoting2.1.3 Running Long Programs
shell quoting2.1.5 Comments in awk Programs
shell quoting rules2.1.6 Shell Quoting Issues
shell quoting, tricks2.1.6 Shell Quoting Issues
shell varibles, using in awk programs7.2 Using Shell Variables in Programs
shell, piping commands intoAdvanced Notes: Piping into sh
shift, bitwise9.1.6 Using gawk's Bit Manipulation Functions
short-circuit operators6.11 Boolean Expressions
side effects4.8.9 Points About getline to Remember
side effects6.6 String Concatenation
side effects6.7 Assignment Expressions
side effects6.8 Increment and Decrement Operators
side effectsAdvanced Notes: Operator Evaluation Order
side effects6.11 Boolean Expressions
side effects6.12 Conditional Expressions
side effects6.13 Function Calls
side effects7.3 Actions
side effects8.2 Referring to an Array Element
side effects8.11 Sorting Array Values and Indices with gawk
SIGHUP signal11.5 Profiling Your awk Programs
signals, SIGHUP11.5 Profiling Your awk Programs
signals, SIGUSR111.5 Profiling Your awk Programs
SIGUSR1 signal11.5 Profiling Your awk Programs
simple stream editor14.3.8 A Simple Stream Editor
sin built-in function9.1.2 Numeric Functions
single quotes, why needed2.1.1 One-Shot Throw-Away awk Programs
single-character fields4.5.2 Making Each Character a Separate Field
single-precision floating-point, definition ofD.2 Data Values in a Computer
skipping input files13.2.1 Implementing nextfile as a Function
skipping lines between markers7.1.3 Specifying Record Ranges with Patterns
Skywalker, Luke12.6 Undocumented Options and Features
sleep utility14.3.2 An Alarm Clock Program
sort utility14.3.5 Generating Word Usage Counts
source code, awkaB.6 Other Freely Available awk Implementations
source code, gawkB.1.1 Getting the gawk Distribution
source code, mawkB.6 Other Freely Available awk Implementations
source code, Unix awkB.6 Other Freely Available awk Implementations
sparse arrays8.1 Introduction to Arrays
Spencer, HenryGlossary
split built-in function9.1.3 String Manipulation Functions
split utility14.2.4 Splitting a Large File into Pieces
split.awk program14.2.4 Splitting a Large File into Pieces
sprintf built-in function9.1.3 String Manipulation Functions
sqrt built-in function9.1.2 Numeric Functions
srand built-in function9.1.2 Numeric Functions
Stallman, RichardThe GNU Project and This Book
Stallman, RichardAcknowledgments
Stallman, RichardA.6 Major Contributors to gawk
Stallman, RichardGlossary
standard error output5.7.1 Special Files for Standard Descriptors
standard input2.1.2 Running awk Without Input Files
standard input4. Reading Input Files
standard input5.7.1 Special Files for Standard Descriptors
standard output5.7.1 Special Files for Standard Descriptors
statement, compound7.4 Control Statements in Actions
stlen internal variableC.3.1 A Minimal Introduction to gawk Internals
stptr internal variableC.3.1 A Minimal Introduction to gawk Internals
stream editorAdvanced Notes: Changing FS Does Not Affect the Fields
stream editor14.3.8 A Simple Stream Editor
stream editor14.3.9 An Easy Way to Use Library Functions
stream editor, simple14.3.8 A Simple Stream Editor
strftime built-in function9.1.5 Using gawk's Timestamp Functions
string comparison vs. regexp comparison6.10 Variable Typing and Comparison Expressions
string constants6.1.1 Numeric and String Constants
string extraction (internationalization)10.4.1 Extracting Marked Strings
string operators6.6 String Concatenation
string-matching operators3.1 How to Use Regular Expressions
strtonum built-in function9.1.3 String Manipulation Functions
sub built-in function9.1.3 String Manipulation Functions
sub, escape processing9.1.3.1 More About `\' and `&' with sub, gsub, and gensub
sub, third argument of9.1.3 String Manipulation Functions
subscripts in arrays8.9 Multidimensional Arrays
SUBSEP variable7.5.1 Built-in Variables That Control awk
SUBSEP variable8.9 Multidimensional Arrays
substr built-in function9.1.3 String Manipulation Functions
subtraction6.5 Arithmetic Operators
Sumner, AndrewB.6 Other Freely Available awk Implementations
syntactic ambiguity: /= operator vs. /=.../ regexp constantAdvanced Notes: Syntactic Ambiguities Between `/=' and Regular Expressions
system built-in function9.1.4 Input/Output Functions
systime built-in function9.1.5 Using gawk's Timestamp Functions

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   Z  


[ << ] [ >> ]           [Top] [Contents] [Index] [ ? ]

This document was generated on May 2, 2002 using texi2html