Bash Autocomplete für Debian 9

1. Datei öffnen:

 pico -w /root/.bashrc

2. Hinzufügen ( zB am Ende):

if [ -f /etc/bash_completion ]; then
  . /etc/bash_completion
fi

Wenn es bash-completion nicht gibt:

apt-get install bash-completion

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Suche

Neueste Kommentare