Multiple Server

for i in `cat server`
do
dte=`ssh $i date`
pipe=`echo "|"`
echo $i $pipe $dte
done