X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: robert_neville310 AT yahoo DOT com Subject: Re: Tab Completion and Typical Behavior Date: Tue, 20 Mar 2007 17:35:45 -0700 Lines: 21 Message-ID: References: <4600793E DOT 3587D888 AT dessent DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 On Tue, 20 Mar 2007 17:15:58 -0700, Brian Dessent wrote: > ...are you in ~/bin when you try to tab-complete ./myscript.sh? If you > are in ~, then the path would be bin/myscript.sh, not ./myscript.sh. > (Does trying to complete the full path (~/bin/myscript.sh) work?) >> ~ $ .~/bin/myscript >> cygdrive/g/ $ ./myscript > >Huh? Are you just trying random things? Neither of those should >complete because they're invalid. "." means the current directory. So, >typing ./foo means "a file named foo in the current directory", and if >you're in /cygdrive/g there is no such file myscript.sh, thus nothing to >complete. .~/bin is even more nonsensical. > Yes, I am trying random things in response to the previous poster. It may lead me to a better understanding of the issue; most of the time it sends me on a tangent. -- 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/