for i in `ls -d *el10`; do if [ -f $i/success ] ; then zz=`echo $i |sed -e 's|el10|fc40|' `;fi ; if [ -d $zz ]; then echo $zz; fi  ; done
