I have a symbolic link for a directory,
e.g ln -s /tmp /xxx
Now when I type /xx
and press tab key, bash would complete the line to /xxx
If I press it again it become /xxx/
Now, how can I ask bash to complete /xx
to /xxx/
automatically (provided that there's only one match)