User Tools

Site Tools


wiki:os:debian:bash

This is an old revision of the document!


Bash-completion

# apt-get install bash-completion
/etc/bash.bashrc
...
if [ -f /etc/bash_completion ]; then
 . /etc/bash_completion
fi
...
wiki/os/debian/bash.1349293147.txt.gz · Last modified: 2014/12/26 18:31 (external edit)