johannes falcone <
vispha...@gmail.com> writes:
> say i wana run something agaisnt 10,000 boxes
>
> like an ssh command to find the ip
>
> I can do ssh somebox "somecommnd"
>
> if I put & done a the end of the loop, bash will run all 10,000 at same time, not 1 by 1
>
> how can you do this in tcl?