#!/bin/csh if (! $?MACHINES) set MACHINES='tango rock soul boarisch pop blues' foreach i ( $MACHINES ) (\ping $i 2 && rsh $i "$*")& # echo '' end