On Thursday 17 November 2005 12:02 PM, Anurag wrote:
Sometime on Wed, Nov 16, 2005 at 10:24:35PM +0530, Rony Bill said:
Guys, lets stay focussed to the topic of the thread. I normally open up a terminal and do su. It can auto-complete large file/directory names, if thats what all this is about.
No, It should not do like that. It should show you user names. I think you have not enable bash auto completion. other wise you have to add simple line in /etc/bash_completion
echo "complete -u su " > /etc/bash_completion
If you want to see which auto completion feature you have, just type "complete" on command line.
bash auto completion is also depend on how you configure the /etc/bash_completion file.
That's dumb autocompletion. Smarter autocompletion autocompletes
Nothing is dumb in linux. It depends on how you configure it.
package names, command options, hostnames, etc.. and not just file names.
Can you just share how to do this.
Anurag
Regards, Hardik Dalwadi.