ユーザ用ツール

サイト用ツール


サイドバー


最近の更新




タグ一覧

タグ#
1
1
1
1
1
1
1
1
1
1
os:debian:debian10.7

文書の過去の版を表示しています。


Debian 10.7

# apt update
# apt dist-upgrade
# apt install bash-completion
...
enable bash completion in interactive shells
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
...
os/debian/debian10.7.1609929070.txt.gz · 最終更新: 2021/01/09 14:37 (外部編集)