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/*/*/* > 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 long

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/*/*/* access.log access.log [EMAIL PROTECTED]:/$ bind 'set show-all-if-ambiguous on' [EMAIL PROTECTED]:/$ #WHATEVER /tmp/logs/*/*/* access.log access.log [

Re: TAB strips wildcards

2007-08-29 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to [EMAIL PROTECTED] on 8/29/2007 5:34 PM: > Here is a true case of what happens when you hit TAB with a wildcard: > $ shar /tmp/logs/*/*/* > access.log access.log > $ shar /tmp/logs/ > Yes, it strips the wildcards! Have you installed a com

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/*/*/* access.log access.log $ shar /tmp/logs/ Yes, it strips the wildcards!