unzip: include example of extracting to console. (#1705)

coverage
WrathZA 2017-12-05 19:53:15 +02:00 committed by Agniva De Sarker
parent b08fcba53f
commit def44ed37f
1 changed files with 5 additions and 1 deletions

View File

@ -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}}`