mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
273 B
273 B
jar
Java Applications/Libraries Packager.
- Unzip .jar/.war file to the current directory:
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}}