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

This commit is contained in:
WrathZA 2017-12-05 19:53:15 +02:00 committed by Agniva De Sarker
parent b08fcba53f
commit def44ed37f

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