Re: TAB strips wildcards

2007-09-13 Thread Chet Ramey
[EMAIL PROTECTED] wrote: Here is a true case of what happens when you hit TAB with a wildcard: $ shar /tmp/logs/*/*/*TAB access.log access.log $ shar /tmp/logs/ Yes, it strips the wildcards! Yes, it does. Readline completion replaces the word on which completion is attempted with the

TAB strips wildcards

2007-08-29 Thread jidanni
Here is a true case of what happens when you hit TAB with a wildcard: $ shar /tmp/logs/*/*/*TAB access.log access.log $ shar /tmp/logs/ Yes, it strips the wildcards!

Re: TAB strips wildcards

2007-08-29 Thread jidanni
EB Have you installed a completion function? # su - nobody No directory, logging in with HOME=/ [EMAIL PROTECTED]:/$ #WHATEVER /tmp/logs/*/*/*TAB access.log access.log [EMAIL PROTECTED]:/$ bind 'set show-all-if-ambiguous on' [EMAIL PROTECTED]:/$ #WHATEVER /tmp/logs/*/*/*TAB access.log