jar: Added 'cf' example (#3827)

client-spec/clarity
Raghu Kalluri 2020-02-05 02:26:35 +05:30 committed by GitHub
parent 94d9a0ff53
commit 7e8b6b3eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
> Java Applications/Libraries Packager.
> More information: <https://docs.oracle.com/javase/tutorial/deployment/jar/basicsindex.html>.
- Recursively archive all files in the current directory into a .jar file:
`jar cf {{file.jar}} *`
- Unzip .jar/.war file to the current directory:
`jar -xvf {{file.jar}}`