Add Bash Completion In Debian

May 7, 2009 by syukhri · Leave a Comment
Filed under: linux, tips 

Bash completion is a useful tool for completion of file paths, commands etc. By default it is enabled on Ubuntu but not on Debian. With two simple steps it can also be enabled on Debian.

1. Install bash-completion

First of all we need the install the according package:

apt-get install bash-completion

Read more