首页 > 代码库 > sudo和man的tab自动补全

sudo和man的tab自动补全

要加入sudo和man的tab自动补全功能,只需在~/.bashrc中加入:

#Enabling tab-completion
complete -cf sudo
complete -cf man

sudo和man的tab自动补全