I'm attempting to loop tru a two column file with 38 lines of data.....
1st column = CLIENT
2nd column = GRID
cat file | while CLIENT GRID
do
echo "**************** $GRID $CLIENT ****************"
ssh admin@$GRID /usr/local/avamar/bin/mccli activity show --name=$CLIENT
done
It processes the 1st line then dies.....
Any idea's?
Thanks.....
Joe Despres
1st column = CLIENT
2nd column = GRID
cat file | while CLIENT GRID
do
echo "**************** $GRID $CLIENT ****************"
ssh admin@$GRID /usr/local/avamar/bin/mccli activity show --name=$CLIENT
done
It processes the 1st line then dies.....
Any idea's?
Thanks.....
Joe Despres