mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-20 18:32:51 +02:00
commit bash-20140207 snapshot
This commit is contained in:
+11
-7
@@ -1,6 +1,6 @@
|
||||
<HTML>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!-- Created on January, 23 2014 by texi2html 1.64 -->
|
||||
<!-- Created on February, 4 2014 by texi2html 1.64 -->
|
||||
<!--
|
||||
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
|
||||
Karl Berry <karl@freefriends.org>
|
||||
@@ -33,11 +33,11 @@ Send bugs and suggestions to <texi2html@mathematik.uni-kl.de>
|
||||
<H1>Bash Reference Manual</H1></P><P>
|
||||
|
||||
This text is a brief description of the features that are present in
|
||||
the Bash shell (version 4.3, 6 January 2014).
|
||||
the Bash shell (version 4.3, 2 February 2014).
|
||||
The Bash home page is <A HREF="http://www.gnu.org/software/bash/">http://www.gnu.org/software/bash/</A>.
|
||||
</P><P>
|
||||
|
||||
This is Edition 4.3, last updated 6 January 2014,
|
||||
This is Edition 4.3, last updated 2 February 2014,
|
||||
of <CITE>The GNU Bash Reference Manual</CITE>,
|
||||
for <CODE>Bash</CODE>, Version 4.3.
|
||||
</P><P>
|
||||
@@ -2042,8 +2042,12 @@ only be referenced; assignment to them is not allowed.
|
||||
<DT><CODE>*</CODE>
|
||||
<DD><A NAME="IDX47"></A>
|
||||
<A NAME="IDX48"></A>
|
||||
($*) Expands to the positional parameters, starting from one. When the
|
||||
expansion occurs within double quotes, it expands to a single word
|
||||
($*) Expands to the positional parameters, starting from one.
|
||||
When the expansion is not within double quotes, each positional parameter
|
||||
expands to a separate word.
|
||||
In contexts where it is performed, those words
|
||||
are subject to further word splitting and pathname expansion.
|
||||
When the expansion occurs within double quotes, it expands to a single word
|
||||
with the value of each parameter separated by the first character
|
||||
of the <CODE>IFS</CODE>
|
||||
special variable. That is, <CODE>"$*"</CODE> is equivalent
|
||||
@@ -17300,7 +17304,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>January, 23 2014</I>
|
||||
This document was generated by <I>Chet Ramey</I> on <I>February, 4 2014</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
<P></P>
|
||||
@@ -17462,7 +17466,7 @@ the following structure:
|
||||
<BR>
|
||||
<FONT SIZE="-1">
|
||||
This document was generated
|
||||
by <I>Chet Ramey</I> on <I>January, 23 2014</I>
|
||||
by <I>Chet Ramey</I> on <I>February, 4 2014</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user