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.
Change perl -pe to perl -ne actually...
ps -C httpd|perl -ne'($_)=/(\d+)/;`kill -9 $_` if $_'That seems better to me.
-- Casey
|
|---|
| 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 |