X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Shankar Unni Subject: Re: 1.5.21: bash-completion 20060301-1 failure Date: Mon, 31 Jul 2006 13:31:20 -0700 Lines: 15 Message-ID: References: <87ac6rlwym.wl%hhalvors AT Princeton DOT EDU> <44CDFAA5 DOT 3010004 AT byu DOT net> <87y7u9n70n.wl%hhalvors AT Princeton DOT EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.5) Gecko/20060719 Thunderbird/1.5.0.5 Mnenhy/0.7.3.0 In-Reply-To: <87y7u9n70n.wl%hhalvors@Princeton.EDU> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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/