mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-09 13:10:50 +02:00
commit bash-20101229 snapshot
This commit is contained in:
+23
-15
@@ -1,6 +1,6 @@
|
||||
<HTML>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!-- Created on December, 7 2010 by texi2html 1.64 -->
|
||||
<!-- Created on December, 28 2010 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.2, 20 October 2010).
|
||||
the Bash shell (version 4.2, 28 December 2010).
|
||||
</P><P>
|
||||
|
||||
This is Edition 4.2, last updated 20 October 2010,
|
||||
This is Edition 4.2, last updated 28 December 2010,
|
||||
of <CITE>The GNU Bash Reference Manual</CITE>,
|
||||
for <CODE>Bash</CODE>, Version 4.2.
|
||||
</P><P>
|
||||
@@ -1338,7 +1338,7 @@ Conditional operators such as <SAMP>`-f'</SAMP> must be unquoted to be recognize
|
||||
as primaries.
|
||||
</P><P>
|
||||
|
||||
When used with <SAMP>`[['</SAMP>, The <SAMP>`<'</SAMP> and <SAMP>`>'</SAMP> operators sort
|
||||
When used with <SAMP>`[['</SAMP>, the <SAMP>`<'</SAMP> and <SAMP>`>'</SAMP> operators sort
|
||||
lexicographically using the current locale.
|
||||
</P><P>
|
||||
|
||||
@@ -4316,6 +4316,10 @@ using the rules listed above.
|
||||
</DL>
|
||||
<P>
|
||||
|
||||
When used with <CODE>test</CODE> or <SAMP>`['</SAMP>, the <SAMP>`<'</SAMP> and <SAMP>`>'</SAMP>
|
||||
operators sort lexicographically using ASCII ordering.
|
||||
</P><P>
|
||||
|
||||
<DT><CODE>times</CODE>
|
||||
<DD><A NAME="IDX85"></A>
|
||||
<TABLE><tr><td> </td><td class=example><pre>times
|
||||
@@ -5766,15 +5770,18 @@ arguments to the conditional command's <SAMP>`=~'</SAMP> operator.
|
||||
<DT><CODE>compat32</CODE>
|
||||
<DD>If set, Bash
|
||||
changes its behavior to that of version 3.2 with respect to locale-specific
|
||||
string comparison when using the conditional command's <SAMP>`<'</SAMP> and <SAMP>`>'</SAMP>
|
||||
operators.
|
||||
string comparison when using the <SAMP>`[['</SAMP>
|
||||
conditional command's <SAMP>`<'</SAMP> and <SAMP>`>'</SAMP> operators.
|
||||
Bash versions prior to bash-4.0 use ASCII collation and strcmp(3);
|
||||
bash-4.1 and later use the current locale's collation sequence and strcoll(3).
|
||||
<P>
|
||||
|
||||
<DT><CODE>compat40</CODE>
|
||||
<DD>If set, Bash
|
||||
changes its behavior to that of version 4.0 with respect to locale-specific
|
||||
string comparison when using the conditional command's <SAMP>`<'</SAMP> and <SAMP>`>'</SAMP>
|
||||
operators and the effect of interrupting a command list.
|
||||
string comparison when using the <SAMP>`[['</SAMP>
|
||||
conditional command's <SAMP>`<'</SAMP> and <SAMP>`>'</SAMP> operators (see previous item)
|
||||
and the effect of interrupting a command list.
|
||||
<P>
|
||||
|
||||
<DT><CODE>compat41</CODE>
|
||||
@@ -6438,7 +6445,7 @@ being closed.
|
||||
<A NAME="IDX166"></A>
|
||||
<DT><CODE>COLUMNS</CODE>
|
||||
<DD><A NAME="IDX167"></A>
|
||||
Used by the <CODE>select</CODE> builtin command to determine the terminal width
|
||||
Used by the <CODE>select</CODE> command to determine the terminal width
|
||||
when printing selection lists. Automatically set upon receipt of a
|
||||
<CODE>SIGWINCH</CODE>.
|
||||
<P>
|
||||
@@ -6849,7 +6856,7 @@ The line number in the script or shell function currently executing.
|
||||
<A NAME="IDX246"></A>
|
||||
<DT><CODE>LINES</CODE>
|
||||
<DD><A NAME="IDX247"></A>
|
||||
Used by the <CODE>select</CODE> builtin command to determine the column length
|
||||
Used by the <CODE>select</CODE> command to determine the column length
|
||||
for printing selection lists. Automatically set upon receipt of a
|
||||
<CODE>SIGWINCH</CODE>.
|
||||
<P>
|
||||
@@ -7791,8 +7798,9 @@ 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
|
||||
When used with <SAMP>`[['</SAMP>, the <SAMP>`<'</SAMP> and <SAMP>`>'</SAMP> operators sort
|
||||
lexicographically using the current locale.
|
||||
The <CODE>test</CODE> command uses ASCII ordering.
|
||||
</P><P>
|
||||
|
||||
Unless otherwise specified, primaries that operate on files follow symbolic
|
||||
@@ -13287,8 +13295,8 @@ when called as <CODE>rbash</CODE>, enters a restricted mode. See
|
||||
<P>
|
||||
|
||||
<DT><CODE>--enable-select</CODE>
|
||||
<DD>Include the <CODE>select</CODE> builtin, which allows the generation of simple
|
||||
menus (see section <A HREF="bashref.html#SEC21">3.2.4.2 Conditional Constructs</A>).
|
||||
<DD>Include the <CODE>select</CODE> compound command, which allows the generation of
|
||||
simple menus (see section <A HREF="bashref.html#SEC21">3.2.4.2 Conditional Constructs</A>).
|
||||
<P>
|
||||
|
||||
<DT><CODE>--enable-separate-helpfiles</CODE>
|
||||
@@ -16372,7 +16380,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, 7 2010</I>
|
||||
This document was generated by <I>Chet Ramey</I> on <I>December, 28 2010</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
<P></P>
|
||||
@@ -16534,7 +16542,7 @@ the following structure:
|
||||
<BR>
|
||||
<FONT SIZE="-1">
|
||||
This document was generated
|
||||
by <I>Chet Ramey</I> on <I>December, 7 2010</I>
|
||||
by <I>Chet Ramey</I> on <I>December, 28 2010</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user