Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!talisker.lacave.net!lacave.net!not-for-mail From: Richard Sandoval Newsgroups: comp.lang.ruby Subject: Re: Extract a range i.e. svr[100..130] ? Date: Fri, 15 Apr 2011 13:24:46 -0500 Organization: Service de news de lacave.net Lines: 16 Message-ID: <87fcf161a223a9c5fea84a7f67361cb7@ruby-forum.com> References: NNTP-Posting-Host: bristol.highgroove.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: talisker.lacave.net 1302891909 33717 65.111.164.187 (15 Apr 2011 18:25:09 GMT) X-Complaints-To: abuse@lacave.net NNTP-Posting-Date: Fri, 15 Apr 2011 18:25:09 +0000 (UTC) In-Reply-To: X-Received-From: This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway X-Mail-Count: 381657 X-Ml-Name: ruby-talk X-Rubymirror: Yes X-Ruby-Talk: <87fcf161a223a9c5fea84a7f67361cb7@ruby-forum.com> Xref: x330-a1.tempe.blueboxinc.net comp.lang.ruby:2964 This is a definite step in the right direction and I appreciate your assistance Jesus. So I have a fieldname in a UI which is named Hostnames: Within the hostname field, it could have a single host named svr10.domain.local or it could have a range like svr.10.domain.local,svr[100..103].domain.local. Essentially what I am trying to do is to get that hostname field in my script and for each individual host and/or a range of hosts then do a specific command or go through my work flow. -- Posted via http://www.ruby-forum.com/.