(cd jars; for jd in *.jar; do for jr in *.jar; do [ "$jr" != "$jd" ] && multigrep ../defs-$jd ../refs-$jr > /dev/null && echo $jr $jd; done; done)

