📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-02 00:58:35
📂
/ (Root)
/
usr
/
share
/
bash-completion
/
completions
📍 /usr/share/bash-completion/completions
🔄 Refresh
✏️
Editing: debconf
Read Only
_have debconf-show && _debconf_show() { local cur COMPREPLY=() cur=${COMP_WORDS[COMP_CWORD]} COMPREPLY=($( compgen -W '--listowners --listdbs --db=' -- $cur ) \ $( apt-cache pkgnames -- $cur ) ) } complete -F _debconf_show debconf-show
💾 Save Changes
❌ Cancel