#!/bin/bash #set -x for FILE in `find $1 -name *.jar` do /root/jdkxxx/bin/jar -tf $FILE |grep $2 done