Skip navigation.
 
mlRe: Equivalent to "ps aux" in Cocoa?
FROM : Robert Tillyard
DATE : Tue Dec 31 20:40:12 2002

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_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlEquivalent to "ps aux" in Cocoa? Arthur VIGAN Dec 31, 18:59
mlRe: Equivalent to "ps aux" in Cocoa? Robert Tillyard Dec 31, 20:40
mlRe: Equivalent to "ps aux" in Cocoa? Cameron Hayne Jan 2, 06:34
mlRe: Equivalent to "ps aux" in Cocoa? Andrew Jan 2, 09:54
mlRe: Equivalent to "ps aux" in Cocoa? Finlay Dobbie Jan 2, 19:33
mlRe: Equivalent to "ps aux" in Cocoa? Ryan Stevens Jan 2, 23:07