1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/jar.md
2016-01-15 16:45:17 +01:00

7 lines
115 B
Markdown

# jar
> Java Applications/Libraries Packager.
- Unzip .jar/.war file to the current directory:
`jar -xvf *.jar`