Is there any way to get the md5sum of a file inside a zip file, without extracting the zip ?.
I have a zip file containing directories plugins, p2 and features where plugins directory contains lot of jar files. How can I get the md5sum of a given jar file inside the plugins directory ?. Thanks in advance.