bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/3] docs: regenerate text documentation (but not PDF, DVI nor Po


From: Stefano Lattarini
Subject: [PATCH 3/3] docs: regenerate text documentation (but not PDF, DVI nor PostScript)
Date: Tue, 28 Aug 2012 11:16:48 +0200

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
---
 doc/bash.html    |  54 ++++++---
 doc/bashref.html |  28 +++--
 doc/bashref.info | 329 ++++++++++++++++++++++++++++---------------------------
 3 files changed, 227 insertions(+), 184 deletions(-)

diff --git a/doc/bash.html b/doc/bash.html
index d1b6489..2f88c4e 100644
--- a/doc/bash.html
+++ b/doc/bash.html
@@ -42,7 +42,7 @@ bash - GNU Bourne-Again SHell
 <H3>COPYRIGHT</H3>
 
 
-Bash is Copyright &#169; 1989-2010 by the Free Software Foundation, Inc.
+Bash is Copyright &#169; 1989-2011 by the Free Software Foundation, Inc.
 <A NAME="lbAE">&nbsp;</A>
 <H3>DESCRIPTION</H3>
 
@@ -1907,7 +1907,6 @@ this instance of
 The values assigned to the array members are as follows:
 <P>
 <DL COMPACT><DT><DD>
-
 <DL COMPACT>
 <DT><B>BASH_VERSINFO[</B>0]
 
@@ -1936,7 +1935,6 @@ The value of
 <FONT SIZE=-1><B>MACHTYPE</B>.
 
 </FONT>
-
 </DL></DL>
 
 <DT><B>BASH_VERSION</B>
@@ -2917,6 +2915,7 @@ If this variable is not set, <B>bash</B> acts as if it 
had the
 value <B>$aq\nreal\t%3lR\nuser\t%3lU\nsys      %3lSaq</B>.
 If the value is null, no timing information is displayed.
 A trailing newline is added when the format string is displayed.
+
 <DT><B>TMOUT</B>
 
 <DD>
@@ -3138,6 +3137,10 @@ option to specify an indexed array and a
 <B>-A</B>
 
 option to specify an associative array.
+If both options are supplied, 
+<B>-A</B>
+
+takes precedence.
 The
 <B>read</B>
 
@@ -3432,7 +3435,7 @@ a level of variable indirection is introduced.
 expanded and that value is used in the rest of the substitution, rather
 than the value of <I>parameter</I> itself.
 This is known as <I>indirect expansion</I>.
-The exceptions to this are the expansions of ${<B>!\fPfIprefix</B><B>*</B>} and
+The exceptions to this are the expansions of ${<B>!</B><I>prefix</I><B>*</B>} 
and
 ${<B>!</B><I>name</I>[<I>@</I>]} described below.
 The exclamation point must immediately follow the left brace in order to
 introduce indirection.
@@ -3741,8 +3744,6 @@ array in turn, and the expansion is the resultant list.
 
 <I>Command substitution</I> allows the output of a command to replace
 the command name.  There are two forms:
-<P>
-
 <DL COMPACT><DT><DD>
 <P>
 
@@ -5455,7 +5456,6 @@ arguments, if any.
 
 The shell has an <I>execution environment</I>, which consists of the
 following:
-
 <DL COMPACT>
 <DT>*<DD>
 open files inherited by the shell at invocation, as modified by
@@ -9276,12 +9276,12 @@ with the exceptions that <B>+a</B>
 may not be used to destroy an array variable and <B>+r</B> will not
 remove the readonly attribute.
 When used in a function, makes each
-<I>name</I> local, as with the 
+<I>name</I> local, as with the
 <B>local</B>
 
 command,
-unless the <B>-gP option is supplied,
-If a variable name is followed by =</B><I>value</I>, the value of
+unless the <B>-g</B> option is supplied,
+If a variable name is followed by =<I>value</I>, the value of
 the variable is set to <I>value</I>.
 The return value is 0 unless an invalid option is encountered,
 an attempt is made to define a function using
@@ -9990,11 +9990,14 @@ Display the description of each <I>pattern</I> in a 
manpage-like format
 <DD>
 Display only a short usage synopsis for each <I>pattern</I>
 
-</DL></DL>
+</DL>
+<P>
 
 The return status is 0 unless no command matches
 <I>pattern</I>.
 
+</DL>
+
 <DT><B>history [</B><I>n</I>]<DD>
 
 <DT><B>history</B> <B>-c</B><DD>
@@ -10695,7 +10698,7 @@ times out (in which case the return code is greater 
than 128), or an
 invalid file descriptor is supplied as the argument to <B>-u</B>.
 </DL>
 
-<DT><B>readonly</B> [<B>-aApf</B>] [<I>name</I>[=<I>word</I>] ...]<DD>
+<DT><B>readonly</B> [<B>-aAf</B>] [<B>-p</B>] [<I>name</I>[=<I>word</I>] 
...]<DD>
 
 The given
 <I>names</I> are marked readonly; the values of these
@@ -10715,6 +10718,10 @@ option restricts the variables to indexed arrays; the
 <B>-A</B>
 
 option restricts the variables to associative arrays.
+If both options are supplied,
+<B>-A</B>
+
+takes precedence.
 If no
 <I>name</I>
 
@@ -10722,6 +10729,8 @@ arguments are given, or if the
 <B>-p</B>
 
 option is supplied, a list of all readonly names is printed.
+The other options may be used to restrict the output to a subset of
+the set of readonly names.
 The
 <B>-p</B>
 
@@ -11432,7 +11441,6 @@ and the effect of interrupting a command list.
 <DT><B>compat41</B>
 
 <DD>
-@item compat41
 If set,
 <B>bash</B>,
 
@@ -11441,6 +11449,19 @@ parameter expansion as a special character.  The 
single quotes must match
 (an even number) and the characters between the single quotes are considered
 quoted.  This is the behavior of posix mode through version 4.1.
 The default bash behavior remains as in previous versions.
+<DT><B>direxpand</B>
+
+<DD>
+If set,
+<B>bash</B>
+
+replaces directory names with the results of word expansion when performing
+filename completion.  This changes the contents of the readline editing
+buffer.
+If not set,
+<B>bash</B>
+
+attempts to preserve what the user typed.
 <DT><B>dirspell</B>
 
 <DD>
@@ -11562,7 +11583,7 @@ This option is enabled by default.
 
 <DD>
 If set, the pattern <B>**</B> used in a pathname expansion context will
-match a files and zero or more directories and subdirectories.
+match all files and zero or more directories and subdirectories.
 If the pattern is followed by a <B>/</B>, only directories and
 subdirectories match.
 <DT><B>gnu_errfmt</B>
@@ -11758,6 +11779,7 @@ If set, the <B>echo</B> builtin expands 
backslash-escape sequences
 by default.
 </DL></DL>
 
+
 <DT><B>suspend</B> [<B>-f</B>]<DD>
 Suspend the execution of this shell until it receives a
 <FONT SIZE=-1><B>SIGCONT</B>
@@ -12643,7 +12665,7 @@ it provides for filing a bug report.
 
 Comments and bug reports concerning
 this manual page should be directed to
-<I><A HREF="mailto:chet@po.cwru.edu";>chet@po.cwru.edu</A></I>.
+<I><A HREF="mailto:chet.ramey@case.edu";>chet.ramey@case.edu</A></I>.
 
 <A NAME="lbDH">&nbsp;</A>
 <H3>BUGS</H3>
@@ -12797,6 +12819,6 @@ There may be only one active coprocess at a time.
 </DL>
 <HR>
 This document was created by man2html from bash.1.<BR>
-Time: 28 December 2010 14:30:29 EST
+Time: 28 August 2012 11:14:15 CEST
 </BODY>
 </HTML>
diff --git a/doc/bashref.html b/doc/bashref.html
index ee63422..765a478 100644
--- a/doc/bashref.html
+++ b/doc/bashref.html
@@ -1,6 +1,6 @@
 <HTML>
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<!-- Created on December, 28  2010 by texi2html 1.64 -->
+<!-- Created on August, 28  2012 by texi2html 1.64 -->
 <!-- 
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -4172,7 +4172,7 @@ is supplied.
 
 <DT><CODE>readonly</CODE>
 <DD><A NAME="IDX80"></A>
-<TABLE><tr><td>&nbsp;</td><td class=example><pre>readonly [-aApf] 
[<VAR>name</VAR>[=<VAR>value</VAR>]] <small>...</small>
+<TABLE><tr><td>&nbsp;</td><td class=example><pre>readonly [-aAf] [-p] 
[<VAR>name</VAR>[=<VAR>value</VAR>]] <small>...</small>
 </pre></td></tr></table>Mark each <VAR>name</VAR> as readonly.
 The values of these names may not be changed by subsequent assignment.
 If the <SAMP>`-f'</SAMP> option is supplied, each <VAR>name</VAR> refers to a 
shell
@@ -4180,8 +4180,11 @@ function.
 The <SAMP>`-a'</SAMP> option means each <VAR>name</VAR> refers to an indexed
 array variable; the <SAMP>`-A'</SAMP> option means each <VAR>name</VAR> refers
 to an associative array variable.
+If both options are supplied, <SAMP>`-A'</SAMP> takes precedence.
 If no <VAR>name</VAR> arguments are given, or if the <SAMP>`-p'</SAMP>
 option is supplied, a list of all readonly names is printed.
+The other options may be used to restrict the output to a subset of
+the set of readonly names.
 The <SAMP>`-p'</SAMP> option causes output to be displayed in a format that
 may be reused as input.
 If a variable name is followed by =<VAR>value</VAR>, the value of
@@ -4651,7 +4654,7 @@ the function is defined are displayed as well.
 </P><P>
 
 The <SAMP>`-g'</SAMP> option forces variables to be created or modified at
-the global scope, even when \fBdeclare\fP is executed in a shell function.
+the global scope, even when <CODE>declare</CODE> is executed in a shell 
function.
 It is ignored in all other cases.
 </P><P>
 
@@ -5792,6 +5795,14 @@ quoted.  This is the behavior of POSIX mode through 
version 4.1.
 The default Bash behavior remains as in previous versions.
 <P>
 
+<DT><CODE>direxpand</CODE>
+<DD>If set, Bash
+replaces directory names with the results of word expansion when performing
+filename completion.  This changes the contents of the readline editing
+buffer.
+If not set, Bash attempts to preserve what the user typed.
+<P>
+
 <DT><CODE>dirspell</CODE>
 <DD>If set, Bash
 attempts spelling correction on directory names during word completion 
@@ -5883,7 +5894,7 @@ This option is enabled by default.
 
 <DT><CODE>globstar</CODE>
 <DD>If set, the pattern <SAMP>`**'</SAMP> used in a filename expansion context 
will
-match a files and zero or more directories and subdirectories.
+match all files and zero or more directories and subdirectories.
 If the pattern is followed by a <SAMP>`/'</SAMP>, only directories and
 subdirectories match.
 <P>
@@ -8295,6 +8306,7 @@ entire array.
 The <CODE>declare</CODE>, <CODE>local</CODE>, and <CODE>readonly</CODE>
 builtins each accept a <SAMP>`-a'</SAMP> option to specify an indexed
 array and a <SAMP>`-A'</SAMP> option to specify an associative array.
+If both options are supplied, <SAMP>`-A'</SAMP> takes precedence.
 The <CODE>read</CODE> builtin accepts a <SAMP>`-a'</SAMP>
 option to assign a list of words read from the standard input
 to an array, and can read values from the standard input into
@@ -12771,9 +12783,9 @@ to do them, and mail diffs or instructions to
 considered for the next release.
 </P><P>
 
-The file <TT>`configure.in'</TT> is used to create <CODE>configure</CODE>
+The file <TT>`configure.ac'</TT> is used to create <CODE>configure</CODE>
 by a program called Autoconf.  You only need
-<TT>`configure.in'</TT> if you want to change it or regenerate
+<TT>`configure.ac'</TT> if you want to change it or regenerate
 <CODE>configure</CODE> using a newer version of Autoconf.  If
 you do this, make sure you are using Autoconf version 2.50 or
 newer.
@@ -16380,7 +16392,7 @@ to permit their use in free software.
 <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="bashref.html#SEC_About"> ? 
</A>]</TD>
 </TR></TABLE>
 <H1>About this document</H1>
-This document was generated by <I>Chet Ramey</I> on <I>December, 28  2010</I>
+This document was generated by <I>Stefano Lattarini</I> on <I>August, 28  
2012</I>
 using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
 "><I>texi2html</I></A>
 <P></P>  
@@ -16542,7 +16554,7 @@ the following structure:
 <BR>  
 <FONT SIZE="-1">
 This document was generated
-by <I>Chet Ramey</I> on <I>December, 28  2010</I>
+by <I>Stefano Lattarini</I> on <I>August, 28  2012</I>
 using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
 "><I>texi2html</I></A>
 
diff --git a/doc/bashref.info b/doc/bashref.info
index 5db3503..7c2cbde 100644
--- a/doc/bashref.info
+++ b/doc/bashref.info
@@ -1,5 +1,5 @@
 This is bashref.info, produced by makeinfo version 4.13 from
-/Users/chet/src/bash/src/doc/bashref.texi.
+./bashref.texi.
 
 This text is a brief description of the features that are present in
 the Bash shell (version 4.2, 28 December 2010).
@@ -7,7 +7,7 @@ the Bash shell (version 4.2, 28 December 2010).
    This is Edition 4.2, last updated 28 December 2010, of `The GNU Bash
 Reference Manual', for `Bash', Version 4.2.
 
-   Copyright (C) 1988-2010 Free Software Foundation, Inc.
+   Copyright (C) 1988-2011 Free Software Foundation, Inc.
 
    Permission is granted to make and distribute verbatim copies of this
 manual provided the copyright notice and this permission notice are
@@ -2689,20 +2689,22 @@ standard.
      current directory or an invalid option is supplied.
 
 `readonly'
-          readonly [-aApf] [NAME[=VALUE]] ...
+          readonly [-aAf] [-p] [NAME[=VALUE]] ...
      Mark each NAME as readonly.  The values of these names may not be
      changed by subsequent assignment.  If the `-f' option is supplied,
      each NAME refers to a shell function.  The `-a' option means each
      NAME refers to an indexed array variable; the `-A' option means
-     each NAME refers to an associative array variable.  If no NAME
-     arguments are given, or if the `-p' option is supplied, a list of
-     all readonly names is printed.  The `-p' option causes output to
-     be displayed in a format that may be reused as input.  If a
-     variable name is followed by =VALUE, the value of the variable is
-     set to VALUE.  The return status is zero unless an invalid option
-     is supplied, one of the NAME arguments is not a valid shell
-     variable or function name, or the `-f' option is supplied with a
-     name that is not a shell function.
+     each NAME refers to an associative array variable.  If both
+     options are supplied, `-A' takes precedence.  If no NAME arguments
+     are given, or if the `-p' option is supplied, a list of all
+     readonly names is printed.  The other options may be used to
+     restrict the output to a subset of the set of readonly names.  The
+     `-p' option causes output to be displayed in a format that may be
+     reused as input.  If a variable name is followed by =VALUE, the
+     value of the variable is set to VALUE.  The return status is zero
+     unless an invalid option is supplied, one of the NAME arguments is
+     not a valid shell variable or function name, or the `-f' option is
+     supplied with a name that is not a shell function.
 
 `return'
           return [N]
@@ -3044,8 +3046,8 @@ POSIX standard.
      are displayed as well.  `-F' implies `-f'.
 
      The `-g' option forces variables to be created or modified at the
-     global scope, even when \fBdeclare\fP is executed in a shell
-     function.  It is ignored in all other cases.
+     global scope, even when `declare' is executed in a shell function.
+     It is ignored in all other cases.
 
      The following options can be used to restrict output to variables
      with the specified attributes or to give variables attributes:
@@ -3941,6 +3943,12 @@ This builtin allows you to change additional shell 
optional behavior.
           This is the behavior of POSIX mode through version 4.1.  The
           default Bash behavior remains as in previous versions.
 
+    `direxpand'
+          If set, Bash replaces directory names with the results of
+          word expansion when performing filename completion.  This
+          changes the contents of the readline editing buffer.  If not
+          set, Bash attempts to preserve what the user typed.
+
     `dirspell'
           If set, Bash attempts spelling correction on directory names
           during word completion if the directory name initially
@@ -4011,7 +4019,7 @@ This builtin allows you to change additional shell 
optional behavior.
 
     `globstar'
           If set, the pattern `**' used in a filename expansion context
-          will match a files and zero or more directories and
+          will match all files and zero or more directories and
           subdirectories.  If the pattern is followed by a `/', only
           directories and subdirectories match.
 
@@ -5592,11 +5600,12 @@ array. A subscript of `*' or `@' also removes the 
entire array.
 
    The `declare', `local', and `readonly' builtins each accept a `-a'
 option to specify an indexed array and a `-A' option to specify an
-associative array.  The `read' builtin accepts a `-a' option to assign
-a list of words read from the standard input to an array, and can read
-values from the standard input into individual array elements.  The
-`set' and `declare' builtins display array values in a way that allows
-them to be reused as input.
+associative array.  If both options are supplied, `-A' takes precedence.
+The `read' builtin accepts a `-a' option to assign a list of words read
+from the standard input to an array, and can read values from the
+standard input into individual array elements.  The `set' and `declare'
+builtins display array values in a way that allows them to be reused as
+input.
 
 
 File: bashref.info,  Node: The Directory Stack,  Next: Printing a Prompt,  
Prev: Arrays,  Up: Bash Features
@@ -8584,8 +8593,8 @@ figure out how `configure' could check whether or not to 
do them, and
 mail diffs or instructions to <bash-maintainers@gnu.org> so they can be
 considered for the next release.
 
-   The file `configure.in' is used to create `configure' by a program
-called Autoconf.  You only need `configure.in' if you want to change it
+   The file `configure.ac' is used to create `configure' by a program
+called Autoconf.  You only need `configure.ac' if you want to change it
 or regenerate `configure' using a newer version of Autoconf.  If you do
 this, make sure you are using Autoconf version 2.50 or newer.
 
@@ -9884,7 +9893,7 @@ D.1 Index of Shell Builtin Commands
 * ::                                     Bourne Shell Builtins.
                                                               (line  11)
 * [:                                     Bourne Shell Builtins.
-                                                              (line 217)
+                                                              (line 219)
 * alias:                                 Bash Builtins.       (line  11)
 * bg:                                    Job Control Builtins.
                                                               (line   7)
@@ -9950,28 +9959,28 @@ D.1 Index of Shell Builtin Commands
 * readonly:                              Bourne Shell Builtins.
                                                               (line 176)
 * return:                                Bourne Shell Builtins.
-                                                              (line 192)
+                                                              (line 194)
 * set:                                   The Set Builtin.     (line  11)
 * shift:                                 Bourne Shell Builtins.
-                                                              (line 205)
+                                                              (line 207)
 * shopt:                                 The Shopt Builtin.   (line   9)
 * source:                                Bash Builtins.       (line 535)
 * suspend:                               Job Control Builtins.
                                                               (line  94)
 * test:                                  Bourne Shell Builtins.
-                                                              (line 217)
+                                                              (line 219)
 * times:                                 Bourne Shell Builtins.
-                                                              (line 290)
+                                                              (line 292)
 * trap:                                  Bourne Shell Builtins.
-                                                              (line 295)
+                                                              (line 297)
 * type:                                  Bash Builtins.       (line 539)
 * typeset:                               Bash Builtins.       (line 570)
 * ulimit:                                Bash Builtins.       (line 576)
 * umask:                                 Bourne Shell Builtins.
-                                                              (line 341)
+                                                              (line 343)
 * unalias:                               Bash Builtins.       (line 665)
 * unset:                                 Bourne Shell Builtins.
-                                                              (line 358)
+                                                              (line 360)
 * wait:                                  Job Control Builtins.
                                                               (line  73)
 
@@ -10135,8 +10144,8 @@ D.3 Parameter and Variable Index
 * LC_ALL:                                Bash Variables.      (line 387)
 * LC_COLLATE:                            Bash Variables.      (line 391)
 * LC_CTYPE:                              Bash Variables.      (line 398)
-* LC_MESSAGES <1>:                       Locale Translation.  (line  11)
-* LC_MESSAGES:                           Bash Variables.      (line 403)
+* LC_MESSAGES <1>:                       Bash Variables.      (line 403)
+* LC_MESSAGES:                           Locale Translation.  (line  11)
 * LC_NUMERIC:                            Bash Variables.      (line 407)
 * LINENO:                                Bash Variables.      (line 411)
 * LINES:                                 Bash Variables.      (line 415)
@@ -10474,133 +10483,133 @@ D.5 Concept Index
 
 
 Tag Table:
-Node: Top1346
-Node: Introduction3185
-Node: What is Bash?3413
-Node: What is a shell?4526
-Node: Definitions7066
-Node: Basic Shell Features9984
-Node: Shell Syntax11203
-Node: Shell Operation12233
-Node: Quoting13527
-Node: Escape Character14830
-Node: Single Quotes15315
-Node: Double Quotes15663
-Node: ANSI-C Quoting16788
-Node: Locale Translation18032
-Node: Comments18928
-Node: Shell Commands19546
-Node: Simple Commands20418
-Node: Pipelines21049
-Node: Lists23743
-Node: Compound Commands25472
-Node: Looping Constructs26276
-Node: Conditional Constructs28735
-Node: Command Grouping36848
-Node: Coprocesses38327
-Node: GNU Parallel39992
-Node: Shell Functions42460
-Node: Shell Parameters47404
-Node: Positional Parameters49820
-Node: Special Parameters50720
-Node: Shell Expansions53684
-Node: Brace Expansion55609
-Node: Tilde Expansion58364
-Node: Shell Parameter Expansion60715
-Node: Command Substitution69850
-Node: Arithmetic Expansion71183
-Node: Process Substitution72033
-Node: Word Splitting73083
-Node: Filename Expansion74706
-Node: Pattern Matching76845
-Node: Quote Removal80484
-Node: Redirections80779
-Node: Executing Commands89304
-Node: Simple Command Expansion89974
-Node: Command Search and Execution91904
-Node: Command Execution Environment94241
-Node: Environment97227
-Node: Exit Status98887
-Node: Signals100508
-Node: Shell Scripts102476
-Node: Shell Builtin Commands104994
-Node: Bourne Shell Builtins107022
-Node: Bash Builtins124952
-Node: Modifying Shell Behavior151166
-Node: The Set Builtin151511
-Node: The Shopt Builtin161045
-Node: Special Builtins173217
-Node: Shell Variables174196
-Node: Bourne Shell Variables174636
-Node: Bash Variables176663
-Node: Bash Features201572
-Node: Invoking Bash202455
-Node: Bash Startup Files208219
-Node: Interactive Shells213240
-Node: What is an Interactive Shell?213650
-Node: Is this Shell Interactive?214299
-Node: Interactive Shell Behavior215114
-Node: Bash Conditional Expressions218394
-Node: Shell Arithmetic222183
-Node: Aliases224942
-Node: Arrays227514
-Node: The Directory Stack231629
-Node: Directory Stack Builtins232343
-Node: Printing a Prompt235235
-Node: The Restricted Shell237987
-Node: Bash POSIX Mode239819
-Node: Job Control248480
-Node: Job Control Basics248940
-Node: Job Control Builtins253657
-Node: Job Control Variables258021
-Node: Command Line Editing259179
-Node: Introduction and Notation260746
-Node: Readline Interaction262368
-Node: Readline Bare Essentials263559
-Node: Readline Movement Commands265348
-Node: Readline Killing Commands266313
-Node: Readline Arguments268233
-Node: Searching269277
-Node: Readline Init File271463
-Node: Readline Init File Syntax272610
-Node: Conditional Init Constructs287952
-Node: Sample Init File290485
-Node: Bindable Readline Commands293602
-Node: Commands For Moving294809
-Node: Commands For History295953
-Node: Commands For Text299388
-Node: Commands For Killing302061
-Node: Numeric Arguments304518
-Node: Commands For Completion305657
-Node: Keyboard Macros309849
-Node: Miscellaneous Commands310420
-Node: Readline vi Mode316226
-Node: Programmable Completion317133
-Node: Programmable Completion Builtins324343
-Node: Using History Interactively333479
-Node: Bash History Facilities334163
-Node: Bash History Builtins337077
-Node: History Interaction340934
-Node: Event Designators343639
-Node: Word Designators344861
-Node: Modifiers346500
-Node: Installing Bash347904
-Node: Basic Installation349041
-Node: Compilers and Options351733
-Node: Compiling For Multiple Architectures352474
-Node: Installation Names354138
-Node: Specifying the System Type354956
-Node: Sharing Defaults355672
-Node: Operation Controls356345
-Node: Optional Features357303
-Node: Reporting Bugs366871
-Node: Major Differences From The Bourne Shell368072
-Node: GNU Free Documentation License384759
-Node: Indexes409955
-Node: Builtin Index410409
-Node: Reserved Word Index417236
-Node: Variable Index419684
-Node: Function Index432779
-Node: Concept Index439788
+Node: Top1319
+Node: Introduction3158
+Node: What is Bash?3386
+Node: What is a shell?4499
+Node: Definitions7039
+Node: Basic Shell Features9957
+Node: Shell Syntax11176
+Node: Shell Operation12206
+Node: Quoting13500
+Node: Escape Character14803
+Node: Single Quotes15288
+Node: Double Quotes15636
+Node: ANSI-C Quoting16761
+Node: Locale Translation18005
+Node: Comments18901
+Node: Shell Commands19519
+Node: Simple Commands20391
+Node: Pipelines21022
+Node: Lists23716
+Node: Compound Commands25445
+Node: Looping Constructs26249
+Node: Conditional Constructs28708
+Node: Command Grouping36821
+Node: Coprocesses38300
+Node: GNU Parallel39965
+Node: Shell Functions42433
+Node: Shell Parameters47377
+Node: Positional Parameters49793
+Node: Special Parameters50693
+Node: Shell Expansions53657
+Node: Brace Expansion55582
+Node: Tilde Expansion58337
+Node: Shell Parameter Expansion60688
+Node: Command Substitution69823
+Node: Arithmetic Expansion71156
+Node: Process Substitution72006
+Node: Word Splitting73056
+Node: Filename Expansion74679
+Node: Pattern Matching76818
+Node: Quote Removal80457
+Node: Redirections80752
+Node: Executing Commands89277
+Node: Simple Command Expansion89947
+Node: Command Search and Execution91877
+Node: Command Execution Environment94214
+Node: Environment97200
+Node: Exit Status98860
+Node: Signals100481
+Node: Shell Scripts102449
+Node: Shell Builtin Commands104967
+Node: Bourne Shell Builtins106995
+Node: Bash Builtins125089
+Node: Modifying Shell Behavior151298
+Node: The Set Builtin151643
+Node: The Shopt Builtin161177
+Node: Special Builtins173637
+Node: Shell Variables174616
+Node: Bourne Shell Variables175056
+Node: Bash Variables177083
+Node: Bash Features201992
+Node: Invoking Bash202875
+Node: Bash Startup Files208639
+Node: Interactive Shells213660
+Node: What is an Interactive Shell?214070
+Node: Is this Shell Interactive?214719
+Node: Interactive Shell Behavior215534
+Node: Bash Conditional Expressions218814
+Node: Shell Arithmetic222603
+Node: Aliases225362
+Node: Arrays227934
+Node: The Directory Stack232102
+Node: Directory Stack Builtins232816
+Node: Printing a Prompt235708
+Node: The Restricted Shell238460
+Node: Bash POSIX Mode240292
+Node: Job Control248953
+Node: Job Control Basics249413
+Node: Job Control Builtins254130
+Node: Job Control Variables258494
+Node: Command Line Editing259652
+Node: Introduction and Notation261219
+Node: Readline Interaction262841
+Node: Readline Bare Essentials264032
+Node: Readline Movement Commands265821
+Node: Readline Killing Commands266786
+Node: Readline Arguments268706
+Node: Searching269750
+Node: Readline Init File271936
+Node: Readline Init File Syntax273083
+Node: Conditional Init Constructs288425
+Node: Sample Init File290958
+Node: Bindable Readline Commands294075
+Node: Commands For Moving295282
+Node: Commands For History296426
+Node: Commands For Text299861
+Node: Commands For Killing302534
+Node: Numeric Arguments304991
+Node: Commands For Completion306130
+Node: Keyboard Macros310322
+Node: Miscellaneous Commands310893
+Node: Readline vi Mode316699
+Node: Programmable Completion317606
+Node: Programmable Completion Builtins324816
+Node: Using History Interactively333952
+Node: Bash History Facilities334636
+Node: Bash History Builtins337550
+Node: History Interaction341407
+Node: Event Designators344112
+Node: Word Designators345334
+Node: Modifiers346973
+Node: Installing Bash348377
+Node: Basic Installation349514
+Node: Compilers and Options352206
+Node: Compiling For Multiple Architectures352947
+Node: Installation Names354611
+Node: Specifying the System Type355429
+Node: Sharing Defaults356145
+Node: Operation Controls356818
+Node: Optional Features357776
+Node: Reporting Bugs367344
+Node: Major Differences From The Bourne Shell368545
+Node: GNU Free Documentation License385232
+Node: Indexes410428
+Node: Builtin Index410882
+Node: Reserved Word Index417709
+Node: Variable Index420157
+Node: Function Index433252
+Node: Concept Index440261
 
 End Tag Table
-- 
1.7.12




reply via email to

[Prev in Thread] Current Thread [Next in Thread]