Hans wrote:
++ awk 'BEGIN {FS=","}
{for (i=1; i<=2; ++i) { \
gsub(" .*$", "", $i); \
if ($i ~ /^demons/) {print $i} \
}}' /home/David Hasselhoff/.ssh/know
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
-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
3 matches
Mail list logo