mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-04 02:40:49 +02:00
commit bash-20091112 snapshot
This commit is contained in:
+13
-8
@@ -1,6 +1,6 @@
|
||||
<HTML>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!-- Created on October, 12 2009 by texi2html 1.64 -->
|
||||
<!-- Created on November, 9 2009 by texi2html 1.64 -->
|
||||
<!--
|
||||
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
|
||||
Karl Berry <karl@freefriends.org>
|
||||
@@ -33,10 +33,10 @@ 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.1, 9 October 2009).
|
||||
the Bash shell (version 4.1, 16 October 2009).
|
||||
</P><P>
|
||||
|
||||
This is Edition 4.1, last updated 9 October 2009,
|
||||
This is Edition 4.1, last updated 16 October 2009,
|
||||
of <CITE>The GNU Bash Reference Manual</CITE>,
|
||||
for <CODE>Bash</CODE>, Version 4.1.
|
||||
</P><P>
|
||||
@@ -4741,7 +4741,7 @@ parent.
|
||||
<DD><A NAME="IDX101"></A>
|
||||
<TABLE><tr><td> </td><td class=example><pre>mapfile [-n <VAR>count</VAR>] [-O <VAR>origin</VAR>] [-s <VAR>count</VAR>] [-t] [-u <VAR>fd</VAR>] [
|
||||
-C <VAR>callback</VAR>] [-c <VAR>quantum</VAR>] [<VAR>array</VAR>]
|
||||
</pre></td></tr></table>Read lines from the standard input into array variable <VAR>array</VAR>,
|
||||
</pre></td></tr></table>Read lines from the standard input into the indexed array variable <VAR>array</VAR>,
|
||||
or from file descriptor <VAR>fd</VAR>
|
||||
if the <SAMP>`-u'</SAMP> option is supplied.
|
||||
The variable <CODE>MAPFILE</CODE> is the default <VAR>array</VAR>.
|
||||
@@ -4780,7 +4780,8 @@ before assigning to it.
|
||||
</P><P>
|
||||
|
||||
<CODE>mapfile</CODE> returns successfully unless an invalid option or option
|
||||
argument is supplied, or <VAR>array</VAR> is invalid or unassignable.
|
||||
argument is supplied, <VAR>array</VAR> is invalid or unassignable, or <VAR>array</VAR>
|
||||
is not an indexed array.
|
||||
</P><P>
|
||||
|
||||
<DT><CODE>printf</CODE>
|
||||
@@ -4916,7 +4917,7 @@ The exit status is greater than 128 if the timeout is exceeded.
|
||||
<DD><A NAME="IDX104"></A>
|
||||
<TABLE><tr><td> </td><td class=example><pre>readarray [-n <VAR>count</VAR>] [-O <VAR>origin</VAR>] [-s <VAR>count</VAR>] [-t] [-u <VAR>fd</VAR>] [
|
||||
-C <VAR>callback</VAR>] [-c <VAR>quantum</VAR>] [<VAR>array</VAR>]
|
||||
</pre></td></tr></table>Read lines from the standard input into array variable <VAR>array</VAR>,
|
||||
</pre></td></tr></table>Read lines from the standard input into the indexed array variable <VAR>array</VAR>,
|
||||
or from file descriptor <VAR>fd</VAR>
|
||||
if the <SAMP>`-u'</SAMP> option is supplied.
|
||||
<P>
|
||||
@@ -7550,6 +7551,10 @@ If the <VAR>file</VAR> argument to one of the primaries is one of
|
||||
descriptor 0, 1, or 2, respectively, is checked.
|
||||
</P><P>
|
||||
|
||||
When used with <SAMP>`[['</SAMP>, The <SAMP>`<'</SAMP> and <SAMP>`>'</SAMP> operators sort
|
||||
lexicographically using the current locale.
|
||||
</P><P>
|
||||
|
||||
Unless otherwise specified, primaries that operate on files follow symbolic
|
||||
links and operate on the target of the link, rather than the link itself.
|
||||
</P><P>
|
||||
@@ -16043,7 +16048,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>October, 12 2009</I>
|
||||
This document was generated by <I>Chet Ramey</I> on <I>November, 9 2009</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
<P></P>
|
||||
@@ -16205,7 +16210,7 @@ the following structure:
|
||||
<BR>
|
||||
<FONT SIZE="-1">
|
||||
This document was generated
|
||||
by <I>Chet Ramey</I> on <I>October, 12 2009</I>
|
||||
by <I>Chet Ramey</I> on <I>November, 9 2009</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user