Ubuntu 16.04의 bash 완성에 문제가 있는 것 같습니다. 거의 모든 것을 시도했습니다. 다시 설치하고, bashrc
파일(아래 코드)을 변경하고, 터미널을 다시 시작하는 등 아무것도 작동하지 않는 것 같습니다.
누군가 도와줄 수 있나요?
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi