Hi,

On 3/20/06, Rob W. <[EMAIL PROTECTED]> wrote:
> Heres what i'm trying to do.
>
> $proc=exec('ps aux | grep proc');
>

Try 'ps aux | grep proc | grep -v grep' to remove your grep process
from the list.

Tim
---
Living is easy with the eyes closed.

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to