I had a problem with tab completion which I cannot solve. In particular, whenever I try to tab through a directory, the name of the completed directory appears with a space following it, and not with a slash to complete the rest. eg
~$ python ~/sof
tab-terminates before
~$ python ~/software<space>
Instead
~$ python ~/software/
Interestingly, this does not happen with cd , but with everything else.
linux bash tab-completion
Farhat
source share