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

Re: cd w/o cdpath



Donn Cave <donn@u.washington.edu> writes:

> I think that prim_cd() doesn't have the ability to cd to a directory within
> the current directory, by default.  Only works if you make a cdpath with "."
> in it.  My solution was to add "." as an implicit cdpath member, but perhaps
> there would be better ways to do it.

I think the original ability to restrict cd in this manner might have
some possible uses; even if cdpath is null, one can still use "cd
./here".

Alan Watson