On Mon, Dec 22, 2003 at 09:52:15 +0400, Guy Clotilde wrote:
By the way, on my two Redhat 8.0 machines, I have to
tab twice before completion shows the file names. I remember with Mandrake that I only had
to tab once. I really like the one-push-tab so if someone knows how to enable this, please
enlighten me.
You need to set the bash variable "show-all-if-ambiguous" to on,
I think that would be
# set show-all-if-ambiguous on
but it doesnt work for me.
You could try man bash
- Steve