On Tue, Feb 12, 2002 at 03:58:59PM -0500, Andrew Perrin wrote: > Before, doing: > > cd af<tab> > > would get me: > > cd afshome/ > > so I could then navigate within my afs space without a second tab or > character keystroke. > > Now, it gets me: > > cd afshome > > so I have to manually enter the / (or an additional tab) to get there.
Yes. See bugs #120854 and #123602. You can change the behaviour with the (currently undocumented except in the Debian changelog) mark-symlinked-directories readline option: either use: bind 'set mark-symlinked-directories on' ... at the bash prompt, or put this line in ~/.inputrc: set mark-symlinked-directories on You'll need at least version 2.05a-4 of the Debian bash package for either. Cheers, -- Colin Watson [EMAIL PROTECTED]