Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 2594  / 3 Years ago, sun, october 24, 2021, 5:50:33

enter image description here



I am using Ubuntu 13.10. While i was using previous versions of Ubuntu, I was able to auto-complete the directories names, even multiple times in a single command. I am not able to the same now. As shown in screen-shot, I am writing this command and then I press Tab. But nothing happens, while I am having a directory at that level , named 'addons'. Can I have solution for this problem I am facing ?



Thanks.


More From » 13.10

 Answers
1

The filepicker autocomplete path stub needs to be separate from any other string. In your example:



command --argument=/path/stub<TAB>


Bash is just going to see the --argument and bug out. You could probably improve it by making it parse through that but that's not entirely trivial.


[#26443] Sunday, October 24, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nosaurindb

Total Points: 266
Total Questions: 113
Total Answers: 120

Location: Ecuador
Member since Tue, Jul 26, 2022
2 Years ago
;