Function ping() in utils.sh under Solaris 8
Status: Beta
Brought to you by:
useless
Function ping() in utils.sh under Solaris 8 does not
work. The error occured in line 15, where RTT is set.
I altered the line to that:
RTT=`echo $RES|cut -d "," -f 2|cut -d "=" -f 2|awk
´{print $1}´
Something with tr under Solaris, I guess.