Re: screen script

2012-11-16 Thread Nick Atzert
suggestions. Thanks! On Fri, Nov 16, 2012 at 1:15 PM, Bruno Cudini wrote: > Hi, > > On Fri, Nov 16, 2012 at 11:28:32AM -0700, Nick Atzert wrote: > > I've considered doing it that way but the list of servers is constantly > > changing. I help maintain about 20,000 mach

Re: screen script

2012-11-16 Thread Nick Atzert
I've considered doing it that way but the list of servers is constantly changing. I help maintain about 20,000 machines globally. It will never be the same list. On Fri, Nov 16, 2012 at 10:48 AM, Alan Young wrote: > On Fri, Nov 16, 2012 at 8:59 AM, Nick Atzert wrote: > > I'

screen script

2012-11-16 Thread Nick Atzert
Hey guys, I'm trying to setup a script where I can pass it a list of servers, a screen session would start with individual windows for each server and run a script against each of those servers. Does anyone have anything like this setup already? Thanks! __