bug-bash
[Top][All Lists]
Advanced

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

Path completion and soft links


From: Evgeny Stambulchik
Subject: Path completion and soft links
Date: Mon, 05 May 2003 16:14:12 +0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030401

Hello,

There is one thing that annoys me extremely in late version of Bash: when there is a soft link in the path that points to a directory, it takes one more <TAB> to proceed. E.g.

cd /tmp;ln -s /bin .
Now, `ls /tmp/bi<TAB>' results in "ls /tmp/bin" (no trailing '/'), and I have to press the <TAB> one more time (or press '/') in order to proceed typing the path.

This didn't happen earlier (2.01 at least works correctly). Is there a setting that alters this behaviour?

Regards,

Evgeny





reply via email to

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