From: Arlen Cuss Date: 2008-04-19T06:31:57+09:00 Subject: Re: system(ping) ------=_Part_5837_653518.1208554317352 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Sat, Apr 19, 2008 at 12:40 AM, Ken Bloom wrote: > > ip_list.each do |host| > > system('ping -c 5' + host) > > end > > I think you're missing a space after the 5. > Good eyes! Arlen ------=_Part_5837_653518.1208554317352--