mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-14 15:40:51 +02:00
commit bash-20070125 snapshot
This commit is contained in:
+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
|
||||
===================================
|
||||
|
||||
| ||||