Re: Equivalent to "ps aux" in Cocoa?
Re: Equivalent to "ps aux" in Cocoa?
- Subject: Re: Equivalent to "ps aux" in Cocoa?
- From: Robert Tillyard <email@hidden>
- Date: Tue, 31 Dec 2002 19:40:12 +0000
I used some code that calls GetBSDProcessList() to do this, I found the
code at
http://developer.apple.com/qa/qa2001/qa1123.html
Regards, Rob.
On Tuesday, December 31, 2002, at 05:59 pm, Arthur VIGAN wrote:
>
Hi,
>
>
I would like to known if there is something to get the pid of a
>
process in Cocoa, ie an equivalent to "ps aux | grep myProcessName |
>
awk '{print $2}'"?
>
>
Thanks in advance,
>
>
Arthur
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.