[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: parent directory completion appends space instead of /
From: |
Michael Carmack |
Subject: |
Re: parent directory completion appends space instead of / |
Date: |
Tue, 19 Nov 2002 20:28:39 +0000 |
User-agent: |
Mutt/1.3.24i |
On Tue, Nov 19, 2002 at 08:18:05PM +0000, paul@myitcv.org.uk wrote:
>
> Say I am in the directory a and I type:
>
> ../../bin<TAB>
>
> (where bin is a dir two levels up), bash appends a space (represented by a _
> char here):
>
> ../../bin_
>
> instead of a /:
>
> ../../bin/
Are there symlinks in the paths somewhere? I've noticed bash gets
confused sometimes when using tab completion on ../../[etc]/path/
when it passes through a symlink at some point.
m.