mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-11 22:55:42 +02:00
jar: add jar listing options examples (#2299)
This commit is contained in:
parent
b50c88a51b
commit
bab953281a
1 changed files with 9 additions and 1 deletions
|
@ -4,4 +4,12 @@
|
|||
|
||||
- Unzip .jar/.war file to the current directory:
|
||||
|
||||
`jar -xvf *.jar`
|
||||
`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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue