if type ntpq > /dev/null 2>&1 ; then # remote heading, make first column space separated waitmax 5 ntpq -p | sed -e 1,2d -e 's/^\(.\)/\1 /' -e 's/^ /%/' fi