Thanks, I did it with pgrep, kill and some regex: kill $(pgrep -o string$) (kill the oldest process that ends with "string")
On 5/11/05, uniksboy <[EMAIL PROTECTED]> wrote: > Quoting Che Sosa <[EMAIL PROTECTED]>: > > > Try using > > pgrep -o <name of process> > > and then if u want to kill it, use > > pkill -o <name of process> > _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

