~ K    A     L    I ~
UNAME : Linux web65.extendcp.co.uk 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
SERVER IP : 10.0.187.65 -________- CLIENT IP : 216.73.216.230
PATH :/usr/share/bash-completion/completions/
UP FILE :
MINI SHELL D ZAB '
Current File : //usr/share/bash-completion/completions/modinfo
# Linux modinfo(8) completion                              -*- shell-script -*-

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

    case "$prev" in
        -F|--field)
            COMPREPLY=( $( compgen -W 'alias author depends description
                filename firmware license parm srcversion staging vermagic
                version' -- "${cur,,}" ) )
            return
            ;;
        -k)
            _kernel_versions
            return
            ;;
    esac

    if [[ "$cur" == -* ]]; then
        COMPREPLY=( $( compgen -W '-V --version -F --field -k -0 --null -a -d
            -l -p -n' -- "$cur" ) )
        return
    fi

    local i version=$(uname -r)
    for (( i=${#words[@]}-1; i>0; i-- )); do
        if [[ ${words[i]} == -k ]]; then
            version=${words[i+1]}
            break
        fi
    done

    # do filename completion if we're giving a path to a module
    if [[ "$cur" == @(*/|[.~])* ]]; then
        _filedir '@(?(k)o?(.gz))'
    else
        _modules $version
    fi
} &&
complete -F _modinfo modinfo

# ex: filetype=sh
Coded by KALI :v Greetz to DR HARD ../ kali.zbi@hotmail.com