test.jar is the name of the jar in which we want to check if the class Sample is present.
jar -tvf test.jar | grep -hssi ‘Sample’
test.jar is the name of the jar in which we want to check if the class Sample is present.
jar -tvf test.jar | grep -hssi ‘Sample’