From: Daniel Berger Date: 2009-03-31T23:44:11+09:00 Subject: Re: How to get list of all processes and the kill by name On Mar 30, 9:49 pm, Eric Milford wrote: > I am working on a scraper that blows up if an instance of Firefox is > already running (launched via Firewatir) so I want to put in code that > first checks for any existing Firefox processes and issues a kill to > their PIDs. > > I'm really new to Ruby -- how can I best accomplish this?  Thanks. gem install sys-proctable Regards, Dan