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

Index: 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   Y   Z  
Index Entry Section

S
s debugger command (alias for step)14.3.2 Control of Execution
sandbox mode2.2 Command-Line Options
scalar valuesD.2 Data Values in a Computer
Schorr, AndrewAcknowledgments
Schreiber, BertAcknowledgments
Schreiber, RitaAcknowledgments
search paths2.5.1 The AWKPATH Environment Variable
search paths13.3.9 An Easy Way to Use Library Functions
search pathsB.3.1.4 Using gawk on PC Operating Systems
search pathsB.3.2.3 Running gawk on VMS
search paths, for source files2.5.1 The AWKPATH Environment Variable
search paths, for source files13.3.9 An Easy Way to Use Library Functions
search paths, for source filesB.3.1.4 Using gawk on PC Operating Systems
search paths, for source filesB.3.2.3 Running gawk on VMS
searching9.1.3 String-Manipulation Functions
searching, files for regular expressions13.2.2 Searching for Regular Expressions in Files
searching, for words13.3.1 Finding Duplicated Words in a Document
sed utilityAdvanced Notes: Changing FS Does Not Affect the Fields
sed utility13.3.8 A Simple Stream Editor
sed utilityGlossary
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
separators, field7.5.1 Built-in Variables That Control awk
separators, field7.5.1 Built-in Variables That Control awk
separators, field, FIELDWIDTHS variable and7.5.1 Built-in Variables That Control awk
separators, field, FPAT variable and7.5.1 Built-in Variables That Control awk
separators, field, POSIX and4.2 Examining Fields
separators, for records4.1 How Input Is Split into Records
separators, for records4.1 How Input Is Split into Records
separators, for records7.5.1 Built-in Variables That Control awk
separators, for records, regular expressions as4.1 How Input Is Split into Records
separators, for statements in actions7.3 Actions
separators, subscript7.5.1 Built-in Variables That Control awk
set debugger command14.3.3 Viewing and Changing Data
shells, piping commands intoAdvanced Notes: Piping into sh
shells, quoting7.2 Using Shell Variables in Programs
shells, quoting, rules for1.1.6 Shell-Quoting Issues
shells, scripts1.1.1 One-Shot Throwaway awk Programs
shells, variables7.2 Using Shell Variables in Programs
shift, bitwise9.1.6 Bit-Manipulation Functions
short-circuit operators6.3.3 Boolean Expressions
si debugger command (alias for stepi)14.3.2 Control of Execution
side effects6.2.2 String Concatenation
side effects6.2.4 Increment and Decrement Operators
side effectsAdvanced Notes: Operator Evaluation Order
side effects, array indexing8.1.2 Referring to an Array Element
side effects, asort() function11.2.2 Sorting Array Values and Indices with gawk
side effects, assignment expressions6.2.3 Assignment Expressions
side effects, Boolean operators6.3.3 Boolean Expressions
side effects, conditional expressions6.3.4 Conditional Expressions
side effects, decrement/increment operators6.2.4 Increment and Decrement Operators
side effects, FILENAME variable4.9.9 Points to Remember About getline
side effects, function calls6.4 Function Calls
side effects, statements7.3 Actions
SIGHUP signal11.5 Profiling Your awk Programs
SIGINT signal (MS-Windows)11.5 Profiling Your awk Programs
signals, HUP/SIGHUP11.5 Profiling Your awk Programs
signals, INT/SIGINT (MS-Windows)11.5 Profiling Your awk Programs
signals, QUIT/SIGQUIT (MS-Windows)11.5 Profiling Your awk Programs
signals, USR1/SIGUSR111.5 Profiling Your awk Programs
SIGQUIT signal (MS-Windows)11.5 Profiling Your awk Programs
SIGUSR1 signal11.5 Profiling Your awk Programs
silent debugger command14.3.2 Control of Execution
sin() function9.1.2 Numeric Functions
single precision floating-pointD.2 Data Values in a Computer
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
single-character fields4.5.3 Making Each Character a Separate Field
Skywalker, Luke2.9 Undocumented Options and Features
sleep utility13.3.2 An Alarm Clock Program
Solaris, POSIX-compliant awkB.5 Other Freely Available awk Implementations
sort function, arrays, sorting11.2.2 Sorting Array Values and Indices with gawk
sort utility13.3.5 Generating Word-Usage Counts
sort utility, coprocesses and11.3 Two-Way Communications with Another Process
sorting characters in different languages10.2 GNU gettext
source code, awkaB.5 Other Freely Available awk Implementations
source code, Brian Kernighan’s awkB.5 Other Freely Available awk Implementations
source code, Busybox AwkB.5 Other Freely Available awk Implementations
source code, gawkB.1 The gawk Distribution
source code, jawkB.5 Other Freely Available awk Implementations
source code, libmawkB.5 Other Freely Available awk Implementations
source code, mawkB.5 Other Freely Available awk Implementations
source code, mixing2.2 Command-Line Options
source code, pawkB.5 Other Freely Available awk Implementations
source code, QSE AwkB.5 Other Freely Available awk Implementations
source code, QuikTrim AwkB.5 Other Freely Available awk Implementations
source code, Solaris awkB.5 Other Freely Available awk Implementations
source code, xgawkB.5 Other Freely Available awk Implementations
source files, search path for13.3.9 An Easy Way to Use Library Functions
sparse arrays8.1.1 Introduction to Arrays
Spencer, HenryGlossary
split utility13.2.4 Splitting a Large File into Pieces
split() function9.1.3 String-Manipulation Functions
split() function, array elements, deleting8.2 The delete Statement
split.awk program13.2.4 Splitting a Large File into Pieces
sprintf() function5.4 Controlling Numeric Output with print
sprintf() function9.1.3 String-Manipulation Functions
sprintf() function, OFMT variable and7.5.1 Built-in Variables That Control awk
sprintf() function, print/printf statements and12.2.3 Rounding Numbers
sqrt() function9.1.2 Numeric Functions
square brackets ([])3.3 Regular Expression Operators
srand() function9.1.2 Numeric Functions
Stallman, RichardThe GNU Project and This Book
Stallman, RichardAcknowledgments
Stallman, RichardA.8 Major Contributors to gawk
Stallman, RichardGlossary
standard error5.7.1 Special Files for Standard Descriptors
standard input1.1.2 Running awk Without Input Files
standard input5.7.1 Special Files for Standard Descriptors
standard output5.7.1 Special Files for Standard Descriptors
stat() function, implementing in gawkC.3.3 Example: Directory and File Operation Built-ins
statements, compound, control statements and7.4 Control Statements in Actions
statements, control, in actions7.4 Control Statements in Actions
statements, multiple1.6 awk Statements Versus Lines
step debugger command14.3.2 Control of Execution
stepi debugger command14.3.2 Control of Execution
stlen internal variableC.3.1 A Minimal Introduction to gawk Internals
stptr internal variableC.3.1 A Minimal Introduction to gawk Internals
stream editorsAdvanced Notes: Changing FS Does Not Affect the Fields
stream editors13.3.8 A Simple Stream Editor
strftime() function (gawk)9.1.5 Time Functions
string constants6.1.1.1 Numeric and String Constants
string constants, vs. regexp constants3.8 Using Dynamic Regexps
string extraction (internationalization)10.4.1 Extracting Marked Strings
string operators6.2.2 String Concatenation
string-matching operators3.1 How to Use Regular Expressions
stringsC.3.1 A Minimal Introduction to gawk Internals
strings, converting6.1.4 Conversion of Strings and Numbers
strings, converting9.1.6 Bit-Manipulation Functions
strings, converting, numbers to7.5.1 Built-in Variables That Control awk
strings, converting, numbers to7.5.1 Built-in Variables That Control awk
strings, empty, See null strings4.1 How Input Is Split into Records
strings, extracting10.4.1 Extracting Marked Strings
strings, for localization10.3 Internationalizing awk Programs
strings, length of6.1.1.1 Numeric and String Constants
strings, merging arrays into12.2.6 Merging an Array into a String
strings, NODE internal typeC.3.1 A Minimal Introduction to gawk Internals
strings, null4.5.2 Using Regular Expressions to Separate Fields
strings, numeric6.3.2.1 String Type Versus Numeric Type
strings, splitting9.1.3 String-Manipulation Functions
strtonum() function (gawk)9.1.3 String-Manipulation Functions
strtonum() function (gawk), --non-decimal-data option and11.1 Allowing Nondecimal Input Data
sub() function6.1.2 Using Regular Expression Constants
sub() function9.1.3 String-Manipulation Functions
sub() function, arguments of9.1.3 String-Manipulation Functions
sub() function, escape processing9.1.3.1 More About ‘\’ and ‘&’ with sub(), gsub(), and gensub()
subscript separators7.5.1 Built-in Variables That Control awk
subscripts in arrays, multidimensional8.5 Multidimensional Arrays
subscripts in arrays, multidimensional, scanning8.5.1 Scanning Multidimensional Arrays
subscripts in arrays, numbers as8.3 Using Numbers to Subscript Arrays
subscripts in arrays, uninitialized variables as8.4 Using Uninitialized Variables as Subscripts
SUBSEP variable7.5.1 Built-in Variables That Control awk
SUBSEP variable, multidimensional arrays8.5 Multidimensional Arrays
substr() function9.1.3 String-Manipulation Functions
Sumner, AndrewB.5 Other Freely Available awk Implementations
switch statement7.4.5 The switch Statement
syntactic ambiguity: /= operator vs. /=…/ regexp constantAdvanced Notes: Syntactic Ambiguities Between ‘/=’ and Regular Expressions
system() function9.1.4 Input/Output Functions
systime() function (gawk)9.1.5 Time 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   Y   Z  

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.