[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
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
[
-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
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!