반응형
[Solved][ubuntu][bash]
How to do when tab autocomplete expansion does not work
(tab 자동완성 확장이 안될 때 방법)
step 1. sudo apt-get install bash-completion
step 2. sudo vi /root/.bashrc
step 3. 아래 코드 부분의 주석을 제거 (Uncomment the below code part)
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
step 4. reboot
반응형