bash 命令补全

3960阅读 0评论2019-08-22 fucj
分类:LINUX

1.安装命令补全:
apt-get install bash-completion


2. 在 /etc/profile 里加
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi


3.刷新/etc/profile配置文件,使其生效
source /etc/profile

上一篇:perl正则图示
下一篇:没有了