mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 02:02:42 +02:00
commit bash-20091223 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 November, 9 2009 by texi2html 1.64 -->
|
||||
<!-- Created on December, 23 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, 16 October 2009).
|
||||
the Bash shell (version 4.1, 23 December 2009).
|
||||
</P><P>
|
||||
|
||||
This is Edition 4.1, last updated 16 October 2009,
|
||||
This is Edition 4.1, last updated 23 December 2009,
|
||||
of <CITE>The GNU Bash Reference Manual</CITE>,
|
||||
for <CODE>Bash</CODE>, Version 4.1.
|
||||
</P><P>
|
||||
@@ -4872,7 +4872,10 @@ than <VAR>nchars</VAR> characters are read before the delimiter.
|
||||
<DT><CODE>-N <VAR>nchars</VAR></CODE>
|
||||
<DD><CODE>read</CODE> returns after reading exactly <VAR>nchars</VAR> characters rather
|
||||
than waiting for a complete line of input, unless EOF is encountered or
|
||||
<CODE>read</CODE> times out. Any delimiter is ignored.
|
||||
<CODE>read</CODE> times out.
|
||||
Delimiter characters encountered in the input are
|
||||
not treated specially and do not cause <CODE>read</CODE> to return until
|
||||
<VAR>nchars</VAR> characters are read.
|
||||
<P>
|
||||
|
||||
<DT><CODE>-p <VAR>prompt</VAR></CODE>
|
||||
@@ -7675,8 +7678,9 @@ option to the <CODE>set</CODE> builtin (see section <A HREF="bashref.html#SEC62"
|
||||
<P>
|
||||
|
||||
<DT><CODE><VAR>string1</VAR> == <VAR>string2</VAR></CODE>
|
||||
<DD><DT><CODE><VAR>string1</VAR> = <VAR>string2</VAR></CODE>
|
||||
<DD>True if the strings are equal.
|
||||
<SAMP>`='</SAMP> may be used in place of <SAMP>`=='</SAMP> for strict POSIX compliance.
|
||||
<SAMP>`='</SAMP> should be used with the <CODE>test</CODE> command for POSIX conformance.
|
||||
<P>
|
||||
|
||||
<DT><CODE><VAR>string1</VAR> != <VAR>string2</VAR></CODE>
|
||||
@@ -16048,7 +16052,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>November, 9 2009</I>
|
||||
This document was generated by <I>Chet Ramey</I> on <I>December, 23 2009</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
<P></P>
|
||||
@@ -16210,7 +16214,7 @@ the following structure:
|
||||
<BR>
|
||||
<FONT SIZE="-1">
|
||||
This document was generated
|
||||
by <I>Chet Ramey</I> on <I>November, 9 2009</I>
|
||||
by <I>Chet Ramey</I> on <I>December, 23 2009</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user