for file in *.jar; do echo “working on $file”; jar -tvf $file | egrep -i *.gif; done
Comment
Name *
Email *
Save my name, email, and website in this browser for the next time I comment.