📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-02 03:46:53
📂
/ (Root)
/
usr
/
share
/
bash-completion
/
completions
📍 /usr/share/bash-completion/completions
🔄 Refresh
✏️
Editing: dhclient
Read Only
# bash completion for dhclient -*- shell-script -*- _dhclient() { local cur prev words cword _init_completion || return case $prev in -cf|-lf|-pf|-sf) _filedir return 0 ;; -s) _known_hosts_real "$cur" return 0 ;; esac if [[ "$cur" == -* ]]; then COMPREPLY=( $( compgen -W '-p -d -q -1 -r -lf -pf -cf -sf -s -g -n -nw -w' -- "$cur" ) ) else _available_interfaces fi } && complete -F _dhclient dhclient # ex: ts=4 sw=4 et filetype=sh
💾 Save Changes
❌ Cancel