#!/bin/csh -f # # test connectivity to hosts in the $HOME/login/hosts file # # Kevin P. Inscoe (inscoe@iag.net) - 12/17/97 # foreach h (`/bin/cat $HOME/login/hosts | /bin/cut -f1 -d';' | /bin/xargs`) /usr/bin/rsh $h "/bin/uname -a'" end