# 安装bash-completion(bash命令自动补全)
apt-get install bash-completion
vim ~/.bashrc
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
# 安装bash-completion(bash命令自动补全)
apt-get install bash-completion
vim ~/.bashrc
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi