diff --git a/pages/common/jar.md b/pages/common/jar.md index a0066ab8f..5bc83a8e8 100644 --- a/pages/common/jar.md +++ b/pages/common/jar.md @@ -4,4 +4,12 @@ - Unzip .jar/.war file to the current directory: -`jar -xvf *.jar` +`jar -xvf {{file.jar}}` + +- List a .jar/.war file content: + +`jar tf {{path/to/file.jar}}` + +- List a .jar/.war file content with verbose output: + +`jar tvf {{path/to/file.jar}}`