1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 22:46:02 +02:00

Create jar with handy info about usage of jar

This commit is contained in:
Artur Skowronski 2016-01-14 13:38:18 +01:00 committed by Artur Skowronski
parent c18b91ae67
commit c6288e06c8

7
pages/common/jar.md Normal file
View file

@ -0,0 +1,7 @@
# jar
> Java Applications/Libraries Packager.
- Unzip .jar/.war file to the current directory:
`jar -xvf *.jar`