19 Mar
2001
19 Mar
'01
20:07
At 09:38 AM 3/19/2001, Richard Witt wrote:
Try:
ps x | grep "/bin/bash /root/scripts/setiathome" | grep -v "grep"
as your conditional test. The last part tells grep to ignore any line containing "grep".
Thanks! I thought I was missing something obvious. :) Christopher Reimer