I want to search for a particular class file among many jar files without giving the location of each jar file.
Is this possible with a simple command?
I tried t
eric@dev /home/el/kafka_2.10-0.8.1.1/libs $ for i in `find . -name "*.jar"`; do > echo $i > done ./slf4j-api-1.7.2.jar ./zookeeper-3.3.4.jar ./kafka_2.10-0.8.1.1-javadoc.jar ./kafka_2.10-0.8.1.1-sources.jar