for i in `ps ax | grep Z | awk {‘print $1’}`;do kill -9 $(cat /proc/${i}/status | grep PPid | awk {‘print $2’});done