
___x_cmd_first(){
    local x_
    ___x_cmd_first_ "$@" || return $?
    printf "%s\n" "$x_"
}

