On Wed, 31 Oct 2007 10:02:53 -0400
John Nielsen <[EMAIL PROTECTED]> wrote:


> This should probably be something like "ps -ax | grep 'status.pl' | 
> grep -v grep" so you don't get false positives from the grep process 
> itself.
> 

or simply use: pgrep "status\.pl"
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to