Re: Tab Completion and Typical Behavior

2007-03-20 Thread Gregg Levine
On 3/20/07, Gary Johnson wrote: On 2007-03-20, robert_neville310 AT yahoo DOT com wrote: > On Mon, 19 Mar 2007 15:20:33 -0700, Gary Johnson > wrote: Including someone's address in your reply is frowned upon in this list. http://cygwin.com/acronyms/#PCYMTNQREAIYR I pe

Re: Tab Completion and Typical Behavior

2007-03-20 Thread Larry Hall (Cygwin)
robert_neville310 wrote: 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?) ~

Re: Tab Completion and Typical Behavior

2007-03-20 Thread Gary Johnson
On 2007-03-20, robert_neville310 AT yahoo DOT com wrote: > On Mon, 19 Mar 2007 15:20:33 -0700, Gary Johnson > <[EMAIL PROTECTED]> wrote: Including someone's address in your reply is frowned upon in this list. http://cygwin.com/acronyms/#PCYMTNQREAIYR I personally don't

Re: Tab Completion and Typical Behavior

2007-03-20 Thread robert_neville310
On Tue, 20 Mar 2007 17:15:58 -0700, Brian Dessent <[EMAIL PROTECTED]> 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?) >> ~

Re: Tab Completion and Typical Behavior

2007-03-20 Thread Brian Dessent
[EMAIL PROTECTED] wrote: > ~ $ .~/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 /cy

Re: Tab Completion and Typical Behavior

2007-03-20 Thread robert_neville310
On Mon, 19 Mar 2007 17:24:48 -0400, "Larry Hall (Cygwin)" <[EMAIL PROTECTED]> wrote: >[EMAIL PROTECTED] wrote: >> I have a question about tab completion in the console window. The >> .bash_profile exports the right paths and the console performs tab >> completion. My scripts can be found in ~/bin.

Re: Tab Completion and Typical Behavior

2007-03-20 Thread robert_neville310
On Tue, 20 Mar 2007 10:13:59 -0500, Matthew Woehlke <[EMAIL PROTECTED]> wrote: >[EMAIL PROTECTED] wrote: >> I have a question about tab completion in the console window. The >> .bash_profile exports the right paths and the console performs tab >> completion. My scripts can be found in ~/bin. I can

Re: Tab Completion and Typical Behavior

2007-03-20 Thread robert_neville310
On Mon, 19 Mar 2007 15:20:33 -0700, Gary Johnson <[EMAIL PROTECTED]> wrote: >On 2007-03-19, [EMAIL PROTECTED] wrote: >> I have a question about tab completion in the console window. The >> .bash_profile exports the right paths and the console performs tab >> completion. My scripts can be found in

Re: Tab Completion and Typical Behavior

2007-03-20 Thread Matthew Woehlke
[EMAIL PROTECTED] wrote: I have a question about tab completion in the console window. The .bash_profile exports the right paths and the console performs tab completion. My scripts can be found in ~/bin. I can tab out myscript.sh, but can not tab complete ./myscript.sh; or sh myscript.sh. Is this

Re: Tab Completion and Typical Behavior

2007-03-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Gary Johnson on 3/19/2007 4:20 PM: > On 2007-03-19, [EMAIL PROTECTED] wrote: >> I have a question about tab completion in the console window. The >> .bash_profile exports the right paths and the console performs tab >> completion. My scrip

Re: Tab Completion and Typical Behavior

2007-03-19 Thread Gary Johnson
On 2007-03-19, [EMAIL PROTECTED] wrote: > I have a question about tab completion in the console window. The > .bash_profile exports the right paths and the console performs tab > completion. My scripts can be found in ~/bin. I can tab out > myscript.sh, but can not tab complete ./myscript.sh; or sh

Re: Tab Completion and Typical Behavior

2007-03-19 Thread Larry Hall (Cygwin)
[EMAIL PROTECTED] wrote: I have a question about tab completion in the console window. The .bash_profile exports the right paths and the console performs tab completion. My scripts can be found in ~/bin. I can tab out myscript.sh, but can not tab complete ./myscript.sh; or sh myscript.sh. Is this