bug-bash
[Top][All Lists]
Advanced

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

When cd'd into a symlinked directory, directory completion can sometimes


From: i336
Subject: When cd'd into a symlinked directory, directory completion can sometimes erroneously parse ../
Date: Tue, 5 Feb 2013 19:23:26 -0800 (PST)
User-agent: G2/1.0

Do:

mkdir <test name here>
cd <the above>
mkdir -p dir1/dir2
ln -s dir1/dir2 ouch
touch idontexist
ls # ^ to see dir & files & prove they really exist :P
cd ouch
ls ../ido<press tab>

...<and now press enter>

:P

I can see why this exists... this is a complex one to solve. *leaves
it to you to figure it out* xD

-i336


reply via email to

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