As one additional point to above, this patch also handles: scp -r remote:~/Hello\ Fol[TAB]
which will result in: scp -r remote:~/Hello\\\ Folder\\\ so basically, it standardizes \[SPACE] to \\\[SPACE] but also allows for repeated completions using either scheme. -- bash completion for scp overescapes spaces and does not correctly re-filter ("\\\ " instead of "\ ") https://bugs.launchpad.net/bugs/482753 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs