mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-27 15:43:18 +02:00
commit bash-20060511 snapshot
This commit is contained in:
+16
-11
@@ -1,6 +1,6 @@
|
||||
<HTML>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!-- Created on January, 26 2006 by texi2html 1.64 -->
|
||||
<!-- Created on May, 11 2006 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 3.2, 26 January 2006)..
|
||||
the Bash shell (version 3.2, 27 April 2006).
|
||||
</P><P>
|
||||
|
||||
This is Edition 3.2, last updated 26 January 2006,
|
||||
This is Edition 3.2, last updated 27 April 2006,
|
||||
of <CITE>The GNU Bash Reference Manual</CITE>,
|
||||
for <CODE>Bash</CODE>, Version 3.2.
|
||||
</P><P>
|
||||
@@ -4971,7 +4971,7 @@ option is given, it is interpreted as follows:
|
||||
<P>
|
||||
|
||||
<DT><CODE>-f</CODE>
|
||||
<DD>The maximum size of files created by the shell.
|
||||
<DD>The maximum size of files written by the shell and its children.
|
||||
<P>
|
||||
|
||||
<DT><CODE>-i</CODE>
|
||||
@@ -5936,7 +5936,8 @@ default value is <TT>`~/.bash_history'</TT>.
|
||||
<DD><A NAME="IDX193"></A>
|
||||
The maximum number of lines contained in the history file. When this
|
||||
variable is assigned a value, the history file is truncated, if
|
||||
necessary, to contain no more than that number of lines.
|
||||
necessary, by removing the oldest entries,
|
||||
to contain no more than that number of lines.
|
||||
The history file is also truncated to this size after
|
||||
writing it when an interactive shell exits.
|
||||
The default value is 500.
|
||||
@@ -8877,7 +8878,9 @@ Any user can customize programs that use Readline by putting
|
||||
commands in an <EM>inputrc</EM> file, conventionally in his home directory.
|
||||
The name of this
|
||||
file is taken from the value of the shell variable <CODE>INPUTRC</CODE>. If
|
||||
that variable is unset, the default is <TT>`~/.inputrc'</TT>.
|
||||
that variable is unset, the default is <TT>`~/.inputrc'</TT>. If that
|
||||
file does not exist or cannot be read, the ultimate default is
|
||||
<TT>`/etc/inputrc'</TT>.
|
||||
</P><P>
|
||||
|
||||
When a program which uses the Readline library starts up, the
|
||||
@@ -9188,9 +9191,11 @@ the command does.
|
||||
Once you know the name of the command, simply place on a line
|
||||
in the init file the name of the key
|
||||
you wish to bind the command to, a colon, and then the name of the
|
||||
command. The name of the key
|
||||
can be expressed in different ways, depending on what you find most
|
||||
comfortable.
|
||||
command.
|
||||
There can be no space between the key name and the colon -- that will be
|
||||
interpreted as part of the key name.
|
||||
The name of the key can be expressed in different ways, depending on
|
||||
what you find most comfortable.
|
||||
</P><P>
|
||||
|
||||
In addition to command names, readline allows keys to be bound
|
||||
@@ -15132,7 +15137,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, 26 2006</I>
|
||||
This document was generated by <I>Chet Ramey</I> on <I>May, 11 2006</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
<P></P>
|
||||
@@ -15294,7 +15299,7 @@ the following structure:
|
||||
<BR>
|
||||
<FONT SIZE="-1">
|
||||
This document was generated
|
||||
by <I>Chet Ramey</I> on <I>January, 26 2006</I>
|
||||
by <I>Chet Ramey</I> on <I>May, 11 2006</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user