mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 01:20:00 +02:00
commit bash-20070125 snapshot
This commit is contained in:
+16
-7
@@ -1,6 +1,6 @@
|
||||
<HTML>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!-- Created on January, 11 2007 by texi2html 1.64 -->
|
||||
<!-- Created on January, 16 2007 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, 30 December 2006).
|
||||
the Bash shell (version 3.2, 12 January 2007).
|
||||
</P><P>
|
||||
|
||||
This is Edition 3.2, last updated 30 December 2006,
|
||||
This is Edition 3.2, last updated 12 January 2007,
|
||||
of <CITE>The GNU Bash Reference Manual</CITE>,
|
||||
for <CODE>Bash</CODE>, Version 3.2.
|
||||
</P><P>
|
||||
@@ -6084,6 +6084,8 @@ for <VAR>strftime</VAR> to print the time stamp associated with each history
|
||||
entry displayed by the <CODE>history</CODE> builtin.
|
||||
If this variable is set, time stamps are written to the history file so
|
||||
they may be preserved across shell sessions.
|
||||
This uses the history comment character to distinguish timestamps from
|
||||
other history lines.
|
||||
<P>
|
||||
|
||||
<A NAME="IDX206"></A>
|
||||
@@ -11160,7 +11162,11 @@ lines. If <CODE>HISTFILESIZE</CODE> is not set, no truncation is performed.
|
||||
</P><P>
|
||||
|
||||
If the <CODE>HISTTIMEFORMAT</CODE> is set, the time stamp information
|
||||
associated with each history entry is written to the history file.
|
||||
associated with each history entry is written to the history file,
|
||||
marked with the history comment character.
|
||||
When the history file is read, lines beginning with the history
|
||||
comment character followed immediately by a digit are interpreted
|
||||
as timestamps for the previous history line.
|
||||
</P><P>
|
||||
|
||||
The builtin command <CODE>fc</CODE> may be used to list or edit and re-execute
|
||||
@@ -11386,7 +11392,10 @@ This is most useful in conjunction with Readline.
|
||||
</P><P>
|
||||
|
||||
The shell allows control of the various characters used by the
|
||||
history expansion mechanism with the <CODE>histchars</CODE> variable.
|
||||
history expansion mechanism with the <CODE>histchars</CODE> variable,
|
||||
as explained above (see section <A HREF="bashref.html#SEC65">5.2 Bash Variables</A>). The shell uses
|
||||
the history comment character to mark history timestamps when
|
||||
writing the history file.
|
||||
</P><P>
|
||||
|
||||
<BLOCKQUOTE><TABLE BORDER=0 CELLSPACING=0>
|
||||
@@ -15278,7 +15287,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, 11 2007</I>
|
||||
This document was generated by <I>Chet Ramey</I> on <I>January, 16 2007</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
<P></P>
|
||||
@@ -15440,7 +15449,7 @@ the following structure:
|
||||
<BR>
|
||||
<FONT SIZE="-1">
|
||||
This document was generated
|
||||
by <I>Chet Ramey</I> on <I>January, 11 2007</I>
|
||||
by <I>Chet Ramey</I> on <I>January, 16 2007</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user