Shell scripting- how do I do this?

Bes

Bes

Soldato
Joined
18 Oct 2002
Posts
7,318
Location
Melbourne
Hi

I want to write a script that SSH'es to a number of boxes
(i.e. for i in box1 box2 box3

do
..)

and so on, the script works perfectly unless one of the boxes is unavailable, in which case it grinds to a halt. Is there any way around this?

Thanks
 
Back
Top Bottom