#!/bin/sh # Thierry Nkaoua tnka@linux-sottises.net P=`ping -w6 -c3 -q 62.4.16.248|grep rtt|cut -d" " -f4` MIN=`echo $P|cut -d"/" -f1` MAX=`echo $P|cut -d"/" -f2` echo $MAX echo $MIN