LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Viewing MANIFEST.MF from a WAR (Java) archive under Linux (https://www.linuxquestions.org/questions/linux-newbie-8/viewing-manifest-mf-from-a-war-java-archive-under-linux-4175450931/)

Garp_wirecard 02-20-2013 05:32 AM

Viewing MANIFEST.MF from a WAR (Java) archive under Linux
 
I deployed a new version of an application as a *.war. Now I would like to see only the content of the included MANIFEST.MF from the deployed package without to extract the whole archive.

Guttorm 02-20-2013 05:40 AM

Code:

unzip -p warfile.war META-INF/MANIFEST.MF

Garp_wirecard 02-20-2013 06:20 AM

Thank you, it worked well.


All times are GMT -5. The time now is 10:26 PM.