mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-02 09:50:50 +02:00
commit bash-20100609 snapshot
This commit is contained in:
+8
-4
@@ -1,6 +1,6 @@
|
||||
<HTML>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!-- Created on June, 1 2010 by texi2html 1.64 -->
|
||||
<!-- Created on June, 7 2010 by texi2html 1.64 -->
|
||||
<!--
|
||||
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
|
||||
Karl Berry <karl@freefriends.org>
|
||||
@@ -3971,7 +3971,7 @@ The return status is zero unless <VAR>n</VAR> is not greater than or equal to 1.
|
||||
|
||||
<DT><CODE>cd</CODE>
|
||||
<DD><A NAME="IDX71"></A>
|
||||
<TABLE><tr><td> </td><td class=example><pre>cd [-L|-P] [<VAR>directory</VAR>]
|
||||
<TABLE><tr><td> </td><td class=example><pre>cd [-L|[-P [-e]]] [<VAR>directory</VAR>]
|
||||
</pre></td></tr></table>Change the current working directory to <VAR>directory</VAR>.
|
||||
If <VAR>directory</VAR> is not given, the value of the <CODE>HOME</CODE> shell
|
||||
variable is used.
|
||||
@@ -3981,6 +3981,10 @@ If <VAR>directory</VAR> begins with a slash, <CODE>CDPATH</CODE> is not used.
|
||||
|
||||
The <SAMP>`-P'</SAMP> option means to not follow symbolic links; symbolic
|
||||
links are followed by default or with the <SAMP>`-L'</SAMP> option.
|
||||
If the <SAMP>`-e'</SAMP> option is supplied with <SAMP>`-P'</SAMP>
|
||||
and the current working directory cannot be successfully determined
|
||||
after a successful directory change, <CODE>cd</CODE> will return an unsuccessful
|
||||
status.
|
||||
If <VAR>directory</VAR> is <SAMP>`-'</SAMP>, it is equivalent to <CODE>$OLDPWD</CODE>.
|
||||
</P><P>
|
||||
|
||||
@@ -16308,7 +16312,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>June, 1 2010</I>
|
||||
This document was generated by <I>Chet Ramey</I> on <I>June, 7 2010</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
<P></P>
|
||||
@@ -16470,7 +16474,7 @@ the following structure:
|
||||
<BR>
|
||||
<FONT SIZE="-1">
|
||||
This document was generated
|
||||
by <I>Chet Ramey</I> on <I>June, 1 2010</I>
|
||||
by <I>Chet Ramey</I> on <I>June, 7 2010</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user