in reply to Re: How do i obtain the PID of a program already running.
in thread How do i obtain the PID of a program already running.

I can't update my own posts... grrr!

Change perl -pe to perl -ne actually...

ps -C httpd|perl -ne'($_)=/(\d+)/;`kill -9 $_` if $_'
That seems better to me.
--
Casey
  • Comment on RE: Answer: How do i obtain the PID of a program already running. UPDATE
  • Download Code

Replies are listed 'Best First'.
RE: RE: Answer: How do i obtain the PID of a program already running. UPDATE
by merlyn (Sage) on Jun 29, 2000 at 19:39 UTC