1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:42:07 +02:00

Merge pull request #669 from ArturSkowronski/master

jar: add page
This commit is contained in:
Igor Shubovych 2016-01-15 18:58:27 +02:00
commit ebe6b986fb

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`