How to get md5sum of a file inside a zip, without extracting the zip

Viewed 1183

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.

0 Answers
Related