Gday, I just enabled autocompletion under bash. It upgraded on my debian system but my .bashrc did not contain the lines to load it.
Check for a file /etc/bash_completion.
check your ~/.bashrc for lines similar to the following:
if [ -e etc/bash_completion ]; then
source /etc/bash_completion
fi
Thanks
KenF
--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug
