Once upon a time, Tim Dunphy <[email protected]> said:
> pid=$(ps -ef | grep cassandra | grep -v grep | grep -i -v -e grep -e screen
> -e s3fs|awk '{print $2}')

You can probably replace that with a much cleaner pid=$(pidof cassandra).

-- 
Chris Adams <[email protected]>
_______________________________________________
CentOS mailing list
[email protected]
http://lists.centos.org/mailman/listinfo/centos

Reply via email to