[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Finding the PID of a process spawned by popen.
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: Re: Finding the PID of a process spawned by popen.
- From: "Peter Strömberg" <peters_(_at_)_telia_(_dot_)_net>
- Date: Thu, 6 Dec 2001 13:17:59 +0100
- Organization: Telia Carrier & Networks
On 6 Dec 2001 at 10:40, A. Farber wrote:
> On Wed, Dec 05, 2001 at 04:34:23PM -0600, Rick Pettit wrote:
> > "ps -ax | grep wget | grep -v grep | awk '{print $1}'"
>
> ps -ax | grep '[w]get' | awk '{print $1}'
ps -ax | awk '/wget/{print $1}'
Visit your host, monkey.org