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

Index: M – N

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

M
mailing labels, printing13.3.4 Printing Mailing Labels
mailing list, GNITSAcknowledgments
make_builtin() internal functionC.3.1 A Minimal Introduction to gawk Internals
make_number() internal functionC.3.1 A Minimal Introduction to gawk Internals
make_string() internal functionC.3.1 A Minimal Introduction to gawk Internals
mark parity12.2.5 Translating Between Characters and Numbers
marked string extraction (internationalization)10.4.1 Extracting Marked Strings
marked strings, extracting10.4.1 Extracting Marked Strings
Marx, GrouchoAdvanced Notes: Operator Evaluation Order
match() function9.1.3 String-Manipulation Functions
match() function, RSTART/RLENGTH variables9.1.3 String-Manipulation Functions
matching, expressions, See comparison expressions6.3.2 Variable Typing and Comparison Expressions
matching, leftmost longest4.8 Multiple-Line Records
matching, null stringsAdvanced Notes: Matching the Null String
mawk programB.5 Other Freely Available awk Implementations
McPhee, PatrickA.8 Major Contributors to gawk
memory, releasingC.3.1 A Minimal Introduction to gawk Internals
message object files10.2 GNU gettext
message object files, converting from portable object files10.5 A Simple Internationalization Example
message object files, specifying directory of10.2 GNU gettext
message object files, specifying directory of10.3 Internationalizing awk Programs
metacharacters, escape sequences forAdvanced Notes: Escape Sequences for Metacharacters
mktime() function (gawk)9.1.5 Time Functions
modifiers, in format specifiers5.5.3 Modifiers for printf Formats
monetary information, localization10.2 GNU gettext
msgfmt utility10.5 A Simple Internationalization Example

N
n debugger command (alias for next)14.3.2 Control of Execution
names, arrays/variables8. Arrays in awk
names, arrays/variables12.1 Naming Library Function Global Variables
names, functions9.2.1 Function Definition Syntax
names, functions12.1 Naming Library Function Global Variables
namespace issues8. Arrays in awk
namespace issues12.1 Naming Library Function Global Variables
namespace issues, functions9.2.1 Function Definition Syntax
nargs internal variableC.3.1 A Minimal Introduction to gawk Internals
nawk utility0.1 A Rose by Any Other Name
negative zeroD.3.2 Floating Point Numbers Are Not Abstract Numbers
NetBSDGlossary
networks, programming11.4 Using gawk for Network Programming
networks, support for5.7.2 Special Files for Network Communications
newlines1.6 awk Statements Versus Lines
newlines2.2 Command-Line Options
newlines6.3.3 Boolean Expressions
newlines, as field separators4.5.1 Whitespace Normally Separates Fields
newlines, as record separators4.1 How Input Is Split into Records
newlines, in dynamic regexpsAdvanced Notes: Using \n in Bracket Expressions of Dynamic Regexps
newlines, in regexp constantsAdvanced Notes: Using \n in Bracket Expressions of Dynamic Regexps
newlines, printing5.2 print Statement Examples
newlines, separating statements in actions7.3 Actions
newlines, separating statements in actions7.4 Control Statements in Actions
next debugger command14.3.2 Control of Execution
next statement6.3.3 Boolean Expressions
next statement7.4.8 The next Statement
next statement, BEGIN/END patterns and7.1.4.2 Input/Output from BEGIN and END Rules
next statement, BEGINFILE/ENDFILE patterns and7.1.5 The BEGINFILE and ENDFILE Special Patterns
next statement, user-defined functions and7.4.8 The next Statement
nextfile statement7.4.9 Using gawk’s nextfile Statement
nextfile statement, BEGIN/END patterns and7.1.4.2 Input/Output from BEGIN and END Rules
nextfile statement, BEGINFILE/ENDFILE patterns and7.1.5 The BEGINFILE and ENDFILE Special Patterns
nextfile statement, user-defined functions and7.4.9 Using gawk’s nextfile Statement
nexti debugger command14.3.2 Control of Execution
NF variable4.2 Examining Fields
NF variable7.5.2 Built-in Variables That Convey Information
NF variable, decrementing4.4 Changing the Contents of a Field
ni debugger command (alias for nexti)14.3.2 Control of Execution
noassign.awk program12.3.5 Treating Assignments as File Names
NODE internal typeC.3.1 A Minimal Introduction to gawk Internals
nodes, duplicatingC.3.1 A Minimal Introduction to gawk Internals
not Boolean-logic operator6.3.3 Boolean Expressions
NR variable4.1 How Input Is Split into Records
NR variable7.5.2 Built-in Variables That Convey Information
NR variable, changingAdvanced Notes: Changing NR and FNR
null strings4.1 How Input Is Split into Records
null strings4.5.2 Using Regular Expressions to Separate Fields
null strings6.3.1 True and False in awk
null stringsD.2 Data Values in a Computer
null strings, array elements and8.2 The delete Statement
null strings, as array subscripts8.4 Using Uninitialized Variables as Subscripts
null strings, converting numbers to strings6.1.4 Conversion of Strings and Numbers
null strings, matchingAdvanced Notes: Matching the Null String
null strings, quoting and1.1.6 Shell-Quoting Issues
number sign (#), #! (executable scripts)1.1.4 Executable awk Programs
number sign (#), #! (executable scripts), portability issues with1.1.4 Executable awk Programs
number sign (#), commenting1.1.5 Comments in awk Programs
numbersC.3.1 A Minimal Introduction to gawk Internals
numbers, as array subscripts8.3 Using Numbers to Subscript Arrays
numbers, as values of characters12.2.5 Translating Between Characters and Numbers
numbers, Cliff random12.2.4 The Cliff Random Number Generator
numbers, converting6.1.4 Conversion of Strings and Numbers
numbers, converting9.1.6 Bit-Manipulation Functions
numbers, converting, to strings7.5.1 Built-in Variables That Control awk
numbers, converting, to strings7.5.1 Built-in Variables That Control awk
numbers, floating-pointD.2 Data Values in a Computer
numbers, floating-point, AWKNUM internal typeC.3.1 A Minimal Introduction to gawk Internals
numbers, hexadecimal6.1.1.2 Octal and Hexadecimal Numbers
numbers, NODE internal typeC.3.1 A Minimal Introduction to gawk Internals
numbers, octal6.1.1.2 Octal and Hexadecimal Numbers
numbers, random9.1.2 Numeric Functions
numbers, rounding12.2.3 Rounding Numbers
numeric, constants6.1.1.1 Numeric and String Constants
numeric, output format5.4 Controlling Numeric Output with print
numeric, strings6.3.2.1 String Type Versus Numeric Type
numeric, valuesC.3.1 A Minimal Introduction to gawk Internals

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.