#!/bin/sh
#(./getneighbors2 -g -c monitor -h 131.103.11.5 2>&1 ) >/tmp/out &
for node in `cat $PINGKYDIR/nsfnett3.STATUS | grep NODE | grep NSS | awk '{ print $5}'| grep 140.222`
do
	list=`echo $list -h $node`
done
./getneighbors2 -c lookatit $list
