mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-28 07:59:50 +02:00
commit bash-20070125 snapshot
This commit is contained in:
@@ -659,6 +659,7 @@ examples/scripts/showperm.bash f
|
||||
examples/scripts/shprompt f
|
||||
examples/scripts/spin.bash f
|
||||
examples/scripts/timeout f
|
||||
examples/scripts/timeout2 f
|
||||
examples/scripts/vtree2 f
|
||||
examples/scripts/vtree3 f
|
||||
examples/scripts/vtree3a f
|
||||
|
||||
+724
-709
File diff suppressed because it is too large
Load Diff
+200
-574
File diff suppressed because it is too large
Load Diff
+32
-6
@@ -3,7 +3,7 @@
|
||||
</HEAD>
|
||||
<BODY><TABLE WIDTH=100%>
|
||||
<TR>
|
||||
<TH ALIGN=LEFT width=33%>BASH(1)<TH ALIGN=CENTER width=33%>2006 December 26<TH ALIGN=RIGHT width=33%>BASH(1)
|
||||
<TH ALIGN=LEFT width=33%>BASH(1)<TH ALIGN=CENTER width=33%>2007 January 12<TH ALIGN=RIGHT width=33%>BASH(1)
|
||||
</TR>
|
||||
</TABLE>
|
||||
<BR><A HREF="#index">Index</A>
|
||||
@@ -42,7 +42,7 @@ bash - GNU Bourne-Again SHell
|
||||
<H3>COPYRIGHT</H3>
|
||||
|
||||
|
||||
Bash is Copyright © 1989-2005 by the Free Software Foundation, Inc.
|
||||
Bash is Copyright © 1989-2007 by the Free Software Foundation, Inc.
|
||||
<A NAME="lbAE"> </A>
|
||||
<H3>DESCRIPTION</H3>
|
||||
|
||||
@@ -2260,6 +2260,8 @@ for <I>strftime</I>(3) to print the time stamp associated with each history
|
||||
entry displayed by the <B>history</B> 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.
|
||||
<DT><B>HOME</B>
|
||||
|
||||
<DD>
|
||||
@@ -7279,6 +7281,14 @@ the number of lines specified by the value of
|
||||
<FONT SIZE=-1><B>HISTFILESIZE</B>.
|
||||
|
||||
</FONT>
|
||||
When the history file is read,
|
||||
lines beginning with the history comment character followed immediately
|
||||
by a digit are interpreted as timestamps for the preceding history line.
|
||||
These timestamps are optionally displayed depending on the value of the
|
||||
<FONT SIZE=-1><B>HISTTIMEFORMAT</B>
|
||||
|
||||
</FONT>
|
||||
variable.
|
||||
When an interactive shell exits, the last
|
||||
<FONT SIZE=-1><B>$HISTSIZE</B>
|
||||
|
||||
@@ -7305,7 +7315,16 @@ If
|
||||
|
||||
</FONT>
|
||||
is unset, or if the history file is unwritable, the history is
|
||||
not saved. After saving the history, the history file is truncated
|
||||
not saved.
|
||||
If the
|
||||
<FONT SIZE=-1>
|
||||
</FONT>
|
||||
variable is set, time stamps are written to the history file, marked
|
||||
with the history comment character, so
|
||||
they may be preserved across shell sessions.
|
||||
This uses the history comment character to distinguish timestamps from
|
||||
other history lines.
|
||||
After saving the history, the history file is truncated
|
||||
to contain no more than
|
||||
<FONT SIZE=-1><B>HISTFILESIZE</B>
|
||||
|
||||
@@ -7478,6 +7497,9 @@ history expansion mechanism (see the description of
|
||||
above under
|
||||
<B>Shell Variables</B>).
|
||||
|
||||
The shell uses
|
||||
the history comment character to mark history timestamps when
|
||||
writing the history file.
|
||||
<A NAME="lbCW"> </A>
|
||||
<H4>Event Designators</H4>
|
||||
|
||||
@@ -9229,7 +9251,11 @@ are added.
|
||||
<P>
|
||||
|
||||
If the <B>HISTTIMEFORMAT</B> 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.
|
||||
The return value is 0 unless an invalid option is encountered, an
|
||||
error occurs while reading or writing the history file, an invalid
|
||||
<I>offset</I> is supplied as an argument to <B>-d</B>, or the
|
||||
@@ -11515,7 +11541,7 @@ Array variables may not (yet) be exported.
|
||||
<HR>
|
||||
<TABLE WIDTH=100%>
|
||||
<TR>
|
||||
<TH ALIGN=LEFT width=33%>GNU Bash-3.2<TH ALIGN=CENTER width=33%>2006 December 26<TH ALIGN=RIGHT width=33%>BASH(1)
|
||||
<TH ALIGN=LEFT width=33%>GNU Bash-3.2<TH ALIGN=CENTER width=33%>2007 January 12<TH ALIGN=RIGHT width=33%>BASH(1)
|
||||
</TR>
|
||||
</TABLE>
|
||||
<HR>
|
||||
@@ -11619,6 +11645,6 @@ Array variables may not (yet) be exported.
|
||||
</DL>
|
||||
<HR>
|
||||
This document was created by man2html from bash.1.<BR>
|
||||
Time: 09 January 2007 09:51:43 EST
|
||||
Time: 16 January 2007 11:15:22 EST
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
+3729
-3704
File diff suppressed because it is too large
Load Diff
+13
-10
@@ -311,7 +311,7 @@
|
||||
@xrdef{History Interaction-pg}{119}
|
||||
@xrdef{History Interaction-snt}{Section@tie 9.3}
|
||||
@xrdef{Event Designators-title}{Event Designators}
|
||||
@xrdef{Event Designators-pg}{119}
|
||||
@xrdef{Event Designators-pg}{120}
|
||||
@xrdef{Event Designators-snt}{Section@tie 9.3.1}
|
||||
@xrdef{Word Designators-title}{Word Designators}
|
||||
@xrdef{Word Designators-pg}{120}
|
||||
@@ -358,18 +358,21 @@
|
||||
@xrdef{GNU Free Documentation License-title}{GNU Free Documentation License}
|
||||
@xrdef{GNU Free Documentation License-pg}{139}
|
||||
@xrdef{GNU Free Documentation License-snt}{Section@tie @char67.1}
|
||||
@xrdef{Indexes-title}{Indexes}
|
||||
@xrdef{Indexes-pg}{147}
|
||||
@xrdef{Indexes-snt}{Appendix@tie @char68{}}
|
||||
@xrdef{Builtin Index-title}{Index of Shell Builtin Commands}
|
||||
@xrdef{Builtin Index-pg}{147}
|
||||
@xrdef{Builtin Index-snt}{}
|
||||
@xrdef{Builtin Index-pg}{148}
|
||||
@xrdef{Builtin Index-snt}{Section@tie @char68.1}
|
||||
@xrdef{Reserved Word Index-title}{Index of Shell Reserved Words}
|
||||
@xrdef{Reserved Word Index-pg}{149}
|
||||
@xrdef{Reserved Word Index-snt}{}
|
||||
@xrdef{Reserved Word Index-snt}{Section@tie @char68.2}
|
||||
@xrdef{Variable Index-title}{Parameter and Variable Index}
|
||||
@xrdef{Variable Index-pg}{151}
|
||||
@xrdef{Variable Index-snt}{}
|
||||
@xrdef{Variable Index-pg}{149}
|
||||
@xrdef{Variable Index-snt}{Section@tie @char68.3}
|
||||
@xrdef{Function Index-title}{Function Index}
|
||||
@xrdef{Function Index-pg}{153}
|
||||
@xrdef{Function Index-snt}{}
|
||||
@xrdef{Function Index-pg}{151}
|
||||
@xrdef{Function Index-snt}{Section@tie @char68.4}
|
||||
@xrdef{Concept Index-title}{Concept Index}
|
||||
@xrdef{Concept Index-pg}{155}
|
||||
@xrdef{Concept Index-snt}{}
|
||||
@xrdef{Concept Index-pg}{153}
|
||||
@xrdef{Concept Index-snt}{Section@tie @char68.5}
|
||||
|
||||
+1
-1
@@ -52,5 +52,5 @@
|
||||
\entry{suspend}{89}{\code {suspend}}
|
||||
\entry{compgen}{113}{\code {compgen}}
|
||||
\entry{complete}{113}{\code {complete}}
|
||||
\entry{fc}{117}{\code {fc}}
|
||||
\entry{fc}{118}{\code {fc}}
|
||||
\entry{history}{118}{\code {history}}
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@
|
||||
\entry {\code {exit}}{36}
|
||||
\entry {\code {export}}{36}
|
||||
\initial {F}
|
||||
\entry {\code {fc}}{117}
|
||||
\entry {\code {fc}}{118}
|
||||
\entry {\code {fg}}{88}
|
||||
\initial {G}
|
||||
\entry {\code {getopts}}{37}
|
||||
|
||||
+2
-2
@@ -109,8 +109,8 @@
|
||||
\entry{history list}{117}{history list}
|
||||
\entry{history builtins}{117}{history builtins}
|
||||
\entry{history expansion}{119}{history expansion}
|
||||
\entry{event designators}{119}{event designators}
|
||||
\entry{history events}{119}{history events}
|
||||
\entry{event designators}{120}{event designators}
|
||||
\entry{history events}{120}{history events}
|
||||
\entry{installation}{123}{installation}
|
||||
\entry{configuration}{123}{configuration}
|
||||
\entry{Bash installation}{123}{Bash installation}
|
||||
|
||||
+2
-2
@@ -37,7 +37,7 @@
|
||||
\entry {editing command lines}{91}
|
||||
\entry {environment}{31}
|
||||
\entry {evaluation, arithmetic}{76}
|
||||
\entry {event designators}{119}
|
||||
\entry {event designators}{120}
|
||||
\entry {execution environment}{30}
|
||||
\entry {exit status}{3, 31}
|
||||
\entry {expansion}{17}
|
||||
@@ -58,7 +58,7 @@
|
||||
\entry {functions, shell}{14}
|
||||
\initial {H}
|
||||
\entry {history builtins}{117}
|
||||
\entry {history events}{119}
|
||||
\entry {history events}{120}
|
||||
\entry {history expansion}{119}
|
||||
\entry {history list}{117}
|
||||
\entry {History, how to use}{116}
|
||||
|
||||
Binary file not shown.
+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>
|
||||
|
||||
|
||||
+210
-191
@@ -2,9 +2,9 @@ This is bashref.info, produced by makeinfo version 4.8 from
|
||||
/Users/chet/src/bash/src/doc/bashref.texi.
|
||||
|
||||
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).
|
||||
|
||||
This is Edition 3.2, last updated 30 December 2006, of `The GNU Bash
|
||||
This is Edition 3.2, last updated 12 January 2007, of `The GNU Bash
|
||||
Reference Manual', for `Bash', Version 3.2.
|
||||
|
||||
Copyright (C) 1988-2005 Free Software Foundation, Inc.
|
||||
@@ -37,9 +37,9 @@ Bash Features
|
||||
*************
|
||||
|
||||
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).
|
||||
|
||||
This is Edition 3.2, last updated 30 December 2006, of `The GNU Bash
|
||||
This is Edition 3.2, last updated 12 January 2007, of `The GNU Bash
|
||||
Reference Manual', for `Bash', Version 3.2.
|
||||
|
||||
Bash contains features that appear in other popular shells, and some
|
||||
@@ -73,13 +73,7 @@ on shell behavior.
|
||||
between Bash and historical
|
||||
versions of /bin/sh.
|
||||
* Copying This Manual:: Copying this manual.
|
||||
* Builtin Index:: Index of Bash builtin commands.
|
||||
* Reserved Word Index:: Index of Bash reserved words.
|
||||
* Variable Index:: Quick reference helps you find the
|
||||
variable you want.
|
||||
* Function Index:: Index of bindable Readline functions.
|
||||
* Concept Index:: General index for concepts described in
|
||||
this manual.
|
||||
* Indexes:: Various indexes for this manual.
|
||||
|
||||
|
||||
File: bashref.info, Node: Introduction, Next: Definitions, Prev: Top, Up: Top
|
||||
@@ -4050,7 +4044,9 @@ Variables::).
|
||||
format string for STRFTIME to print the time stamp associated with
|
||||
each history entry displayed by the `history' builtin. If this
|
||||
variable is set, time stamps are written to the history file so
|
||||
they may be preserved across shell sessions.
|
||||
they may be preserved across shell sessions. This uses the
|
||||
history comment character to distinguish timestamps from other
|
||||
history lines.
|
||||
|
||||
`HOSTFILE'
|
||||
Contains the name of a file in the same format as `/etc/hosts' that
|
||||
@@ -7417,7 +7413,11 @@ history, the history file is truncated to contain no more than
|
||||
performed.
|
||||
|
||||
If the `HISTTIMEFORMAT' 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.
|
||||
|
||||
The builtin command `fc' may be used to list or edit and re-execute
|
||||
a portion of the history list. The `history' builtin may be used to
|
||||
@@ -7574,7 +7574,9 @@ available for subsequent recall. This is most useful in conjunction
|
||||
with Readline.
|
||||
|
||||
The shell allows control of the various characters used by the
|
||||
history expansion mechanism with the `histchars' variable.
|
||||
history expansion mechanism with the `histchars' variable, as explained
|
||||
above (*note Bash Variables::). The shell uses the history comment
|
||||
character to mark history timestamps when writing the history file.
|
||||
|
||||
* Menu:
|
||||
|
||||
@@ -8583,7 +8585,7 @@ many of the limitations of the SVR4.2 shell. For instance:
|
||||
turns on job control).
|
||||
|
||||
|
||||
File: bashref.info, Node: Copying This Manual, Next: Builtin Index, Prev: Major Differences From The Bourne Shell, Up: Top
|
||||
File: bashref.info, Node: Copying This Manual, Next: Indexes, Prev: Major Differences From The Bourne Shell, Up: Top
|
||||
|
||||
Appendix C Copying This Manual
|
||||
******************************
|
||||
@@ -9025,10 +9027,26 @@ free software license, such as the GNU General Public License, to
|
||||
permit their use in free software.
|
||||
|
||||
|
||||
File: bashref.info, Node: Builtin Index, Next: Reserved Word Index, Prev: Copying This Manual, Up: Top
|
||||
File: bashref.info, Node: Indexes, Prev: Copying This Manual, Up: Top
|
||||
|
||||
Index of Shell Builtin Commands
|
||||
*******************************
|
||||
Appendix D Indexes
|
||||
******************
|
||||
|
||||
* Menu:
|
||||
|
||||
* Builtin Index:: Index of Bash builtin commands.
|
||||
* Reserved Word Index:: Index of Bash reserved words.
|
||||
* Variable Index:: Quick reference helps you find the
|
||||
variable you want.
|
||||
* Function Index:: Index of bindable Readline functions.
|
||||
* Concept Index:: General index for concepts described in
|
||||
this manual.
|
||||
|
||||
|
||||
File: bashref.info, Node: Builtin Index, Next: Reserved Word Index, Up: Indexes
|
||||
|
||||
D.1 Index of Shell Builtin Commands
|
||||
===================================
|
||||
|
||||
| ||||