autocompletion
…ist nicht per default drin.
sudo apt install bash-completion
Vielleicht muss in die ~/.profile oder so noch:
if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi
…ist nicht per default drin.
sudo apt install bash-completion
Vielleicht muss in die ~/.profile oder so noch:
if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi