unzip: include example of extracting to console. (#1705)
This commit is contained in:

committed by
Agniva De Sarker

parent
b08fcba53f
commit
def44ed37f
@@ -12,4 +12,8 @@
|
||||
|
||||
- List the contents of a zip file without extracting:
|
||||
|
||||
`unzip -l {{file}}`
|
||||
`unzip -l {{file.zip}}`
|
||||
|
||||
- Extract the contents of the file(s) to stdout alongside the extracted file names:
|
||||
|
||||
`unzip -c {{file.zip}}`
|
||||
|
Reference in New Issue
Block a user