mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-29 00:19:51 +02:00
commit bash-20050317 snapshot
This commit is contained in:
+12
-14
@@ -1,6 +1,6 @@
|
||||
<HTML>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!-- Created on February, 22 2005 by texi2html 1.64 -->
|
||||
<!-- Created on March, 15 2005 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.1-devel, 19 February 2005)..
|
||||
the Bash shell (version 3.1-devel, 15 March 2005)..
|
||||
</P><P>
|
||||
|
||||
This is Edition 3.1-devel, last updated 19 February 2005,
|
||||
This is Edition 3.1-devel, last updated 15 March 2005,
|
||||
of <CITE>The GNU Bash Reference Manual</CITE>,
|
||||
for <CODE>Bash</CODE>, Version 3.1-devel.
|
||||
</P><P>
|
||||
@@ -4572,7 +4572,7 @@ parent.
|
||||
|
||||
<DT><CODE>printf</CODE>
|
||||
<DD><A NAME="IDX101"></A>
|
||||
<TABLE><tr><td> </td><td class=example><pre><CODE>printf</CODE> <VAR>format</VAR> [<VAR>arguments</VAR>]
|
||||
<TABLE><tr><td> </td><td class=example><pre><CODE>printf</CODE> [-v <VAR>var</VAR>] <VAR>format</VAR> [<VAR>arguments</VAR>]
|
||||
</pre></td></tr></table>Write the formatted <VAR>arguments</VAR> to the standard output under the
|
||||
control of the <VAR>format</VAR>.
|
||||
The <VAR>format</VAR> is a character string which contains three types of objects:
|
||||
@@ -4590,6 +4590,10 @@ and <SAMP>`%q'</SAMP> causes <CODE>printf</CODE> to output the
|
||||
corresponding <VAR>argument</VAR> in a format that can be reused as shell input.
|
||||
<P>
|
||||
|
||||
The <SAMP>`-v'</SAMP> option causes the output to be assigned to the variable
|
||||
<VAR>var</VAR> rather than being printed to the standard output.
|
||||
</P><P>
|
||||
|
||||
The <VAR>format</VAR> is reused as necessary to consume all of the <VAR>arguments</VAR>.
|
||||
If the <VAR>format</VAR> requires more <VAR>arguments</VAR> than are supplied, the
|
||||
extra format specifications behave as if a zero value or null string, as
|
||||
@@ -7896,7 +7900,8 @@ example, <CODE>SIGTSTP</CODE>.
|
||||
<P>
|
||||
|
||||
<LI>
|
||||
Reserved words may not be aliased.
|
||||
Reserved words appearing in a context where reserved words are recognized
|
||||
do not undergo alias expansion.
|
||||
<P>
|
||||
|
||||
<LI>
|
||||
@@ -7971,13 +7976,6 @@ redirection errors, variable assignment errors for assignments preceding
|
||||
the command name, and so on.
|
||||
<P>
|
||||
|
||||
<LI>
|
||||
If the <CODE>cd</CODE> builtin finds a directory to change to
|
||||
using <CODE>$CDPATH</CODE>, the
|
||||
value it assigns to the <CODE>PWD</CODE> variable does not contain any
|
||||
symbolic links, as if <SAMP>`cd -P'</SAMP> had been executed.
|
||||
<P>
|
||||
|
||||
<LI>
|
||||
If <CODE>CDPATH</CODE> is set, the <CODE>cd</CODE> builtin will not implicitly
|
||||
append the current directory to it. This means that <CODE>cd</CODE> will
|
||||
@@ -15169,7 +15167,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, 22 2005</I>
|
||||
This document was generated by <I>Chet Ramey</I> on <I>March, 15 2005</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
<P></P>
|
||||
@@ -15331,7 +15329,7 @@ the following structure:
|
||||
<BR>
|
||||
<FONT SIZE="-1">
|
||||
This document was generated
|
||||
by <I>Chet Ramey</I> on <I>February, 22 2005</I>
|
||||
by <I>Chet Ramey</I> on <I>March, 15 2005</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user