Re: 1.5.21: bash-completion 20060301-1 failure

2006-07-31 Thread Shankar Unni
Hans wrote: ++ awk 'BEGIN {FS=","} {for (i=1; i<=2; ++i) { \ gsub(" .*$", "", $i); \ if ($i ~ /^demons/) {print $i} \ }}' /home/David Hasselhoff/.ssh/know

Re: 1.5.21: bash-completion 20060301-1 failure

2006-07-31 Thread Hans
Thank you for your reply. I apologize for the misleading description of the syntax of my command. I meant that I type '$ ssh xyz' where 'xyz' is the first few letters of one of my known hosts, and then I press Tab. It should then complete the host name, right? I am including below the output af

Re: 1.5.21: bash-completion 20060301-1 failure

2006-07-31 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Hans on 7/29/2006 7:09 PM: > I'm having some trouble with bash-completion. For example, it does > not complete ssh commands from my known_hosts file. > I have also tried sourcing it from within a bash session. In both > cases, if I type