sieht so aus, als ob mit der Bash-Vervollständigung in meinem Ubuntu 16.04 etwas nicht stimmt. Habe fast alles versucht ... neu installiert, die bashrc
Datei geändert (Code unten), das Terminal neu gestartet usw. Nichts scheint zu funktionieren.
Kann jemand helfen?
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