bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cd *


From: Derek M. Flynn
Subject: Re: cd *
Date: Fri, 23 Feb 2001 15:49:36 GMT
User-agent: slrn/0.9.5.4 (UNIX)

Dan Jacobson wrote:

> Observations: 1. bash doesn't feel bad about more than one argument to
> cd.  2. --help should be implemented.  3. -P, -L should be explained,
> lest one need to wait for the whole bash manual to pop up.  Wait,
> before any, um, excuses are made, shouldn't any of this behaviour
> produce even one warning message about multiple arguments?:

If bash is striving to include ksh behavior, it will need to be able to
accept cd with two directories:

cd /usr/local/lib
cd lib bin
pwd

will produce "/usr/local/bin" w/ ksh.

But cd with more than two non-option arguments should be an error.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]