mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
unzip: include example of extracting to console. (#1705)
This commit is contained in:
parent
b08fcba53f
commit
def44ed37f
1 changed files with 5 additions and 1 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue