- or download this
qwurx [shmem] ~ > dpkg -l bash\*
Desired=Unknown/Install/Remove/Purge/Hold
...
ii bash-completion 1:2.0-1ubuntu3 all programma
+ble completion for the bash shell
un bash-doc <none> (no descr
+iption available)
- or download this
ar x ~/Downloads/bash-completion_2.0-1_all.deb
- or download this
# enable bash completion in interactive shells
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi