Reproducible at ubuntu 12.04
It is annoying, I was trying to run (sudo) a program and I couldn't figure 
where was the directory.

simple example1:
t@ubuntu:~/test$ ls
test  test space
t@ubuntu:~/test$ ./test  #pressing tab
test/       test space/ 
t@ubuntu:~/test$ sudo ./test #pressing tab
space  test/  

OR, example2:
t@ubuntu:~/test$ ls | grep cud
cuda
cuda pdfs
t@ubuntu:~/test$ ./cuda #pressing tab
cuda/      cuda pdfs/ 
t@ubuntu:~/test$ sudo ./cuda #pressing tab
cuda/ pdfs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/470037

Title:
  sudo tab autocomplete shows erratic behavior with spaces in names

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/470037/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to