Sometime on Wed, Nov 16, 2005 at 08:33:33PM +0530, Sanket Medhi said:
What does this script exactly do to integrate autocomplete with sudo? If your script can work for me on Ubuntu, please send it over.
Hi Sanket, ``bash_completion'' comes packaged with bash itself. Look inside your .bashrc and uncomment that line.
In case you dont find that line, then put this in the end of your .bashrc
if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi
Anurag