Viewing a file in a JAR
Often it's useful to see the contents of a file enclosed in a JAR, such as the MANIFEST.MF Since a JAR file is a ZIP file with additional data, you can use the -p
switch of the unzip command.
For example: unzip -p jarfile.jar META-INF/MANIFEST.MF
Written by Jim Moore
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#