Displaying 1 result from an estimated 1 matches for "ruptime".
Did you mean:
runtime
2020 Jul 16
1
[Bug 1443] New: ipset -bash: syntax error near unexpected token `;;'
...removed.
Ubuntu 16.04 return a little bit different result, so completion works without
errors.
declare -f _known_hosts_real | grep -v __ltrim_colon_completions | grep -Ev
"^_known_hosts_real.*$" | grep -Ev "^(\{|\})" | tail -n 5
COMPREPLY+=($( compgen -W "$( ruptime 2>/dev/null | awk
'!/^ruptime:/ { print $1 }' )" -- "$cur" ));
if [[ -n ${COMP_KNOWN_HOSTS_WITH_HOSTFILE-1} ]]; then
COMPREPLY+=($( compgen -A hostname -P "$prefix$user" -S "$suffix" --
"$cur" ));
fi;
return 0
I un...