mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-28 16:09:51 +02:00
commit bash-20150410 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 February, 23 2015 by texi2html 1.64 -->
|
||||
<!-- Created on April, 6 2015 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.4, 19 January 2015).
|
||||
the Bash shell (version 4.4, 6 April 2015).
|
||||
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.4, last updated 19 January 2015,
|
||||
This is Edition 4.4, last updated 6 April 2015,
|
||||
of <CITE>The GNU Bash Reference Manual</CITE>,
|
||||
for <CODE>Bash</CODE>, Version 4.4.
|
||||
</P><P>
|
||||
@@ -5423,7 +5423,7 @@ The default index is 0.
|
||||
<DT><CODE>-s</CODE>
|
||||
<DD>Discard the first <VAR>count</VAR> lines read.
|
||||
<DT><CODE>-t</CODE>
|
||||
<DD>Remove a trailing newline from each line read.
|
||||
<DD>Remove a trailing <VAR>delim</VAR> (default newline) from each line read.
|
||||
<DT><CODE>-u</CODE>
|
||||
<DD>Read lines from file descriptor <VAR>fd</VAR> instead of the standard input.
|
||||
<DT><CODE>-C</CODE>
|
||||
@@ -5573,6 +5573,9 @@ than waiting for a complete line of input, unless EOF is encountered or
|
||||
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.
|
||||
The result is not split on the characters in <CODE>IFS</CODE>; the intent is
|
||||
that the variable is assigned exactly the characters read
|
||||
(with the exception of backslash; see the <SAMP>`-r'</SAMP> option below).
|
||||
<P>
|
||||
|
||||
<DT><CODE>-p <VAR>prompt</VAR></CODE>
|
||||
@@ -8078,7 +8081,9 @@ The <SAMP>`--noprofile'</SAMP> option may be used when the shell is started to
|
||||
inhibit this behavior.
|
||||
</P><P>
|
||||
|
||||
When a login shell exits, Bash reads and executes commands from
|
||||
When an interactive login shell exits,
|
||||
or a non-interactive login shell executes the <CODE>exit</CODE> builtin command,
|
||||
Bash reads and executes commands from
|
||||
the file <TT>`~/.bash_logout'</TT>, if it exists.
|
||||
</P><P>
|
||||
|
||||
@@ -10624,7 +10629,7 @@ Readline equivalents.
|
||||
<DT><CODE>blink-matching-paren</CODE>
|
||||
<DD><A NAME="IDX334"></A>
|
||||
If set to <SAMP>`on'</SAMP>, Readline attempts to briefly move the cursor to an
|
||||
opening parenthesis when a closing parenthsis is inserted. The default
|
||||
opening parenthesis when a closing parenthesis is inserted. The default
|
||||
is <SAMP>`off'</SAMP>.
|
||||
<P>
|
||||
|
||||
@@ -17505,7 +17510,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>February, 23 2015</I>
|
||||
This document was generated by <I>Chet Ramey</I> on <I>April, 6 2015</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
<P></P>
|
||||
@@ -17667,7 +17672,7 @@ the following structure:
|
||||
<BR>
|
||||
<FONT SIZE="-1">
|
||||
This document was generated
|
||||
by <I>Chet Ramey</I> on <I>February, 23 2015</I>
|
||||
by <I>Chet Ramey</I> on <I>April, 6 2015</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user