On 12/9/10 11:30 AM, Eric Blake wrote: > On 09/23/2010 10:47 AM, Keith Thompson wrote: >> I'm not sure whether this is a bug (the documentation doesn't address >> this case), but it's at least mildly annoying. >> >> If you invoke the "cd" commands with extra arguments after the directory >> name, all the extra arguments are silently ignored. > > I would really love it if bash copied the zsh behavior here: > > cd a b > > tries to find a directory matching the extglob > > a+([$' \t'])b > > and fails if there are multiple matches or no matches. Certainly less > typing than remembering to quote the argument, via cd 'a b'.
It's trivial to write a shell function to do that, and many other things. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, ITS, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/