Hans wrote:

++ awk 'BEGIN {FS=","}
                                {for (i=1; i<=2; ++i) { \
                                       gsub(" .*$", "", $i); \
                                       if ($i ~ /^demons/) {print $i} \
                                }}' /home/David Hasselhoff/.ssh/known_hosts

Aha(?)! I wonder if completion is effectively quoting the argument to awk (or if that path is being sent as two paths: /home/David and Hasselhoff/.ssh/known_hosts)..

Try setting your home directory to something like "/home/DavidH~1" (or whatever the short form of your actual home directory is :-) and see if that works now..


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to