This shows you the differences between two versions of the page.
|
linux:commands:unzip [2018/08/15 17:43] dave created |
linux:commands:unzip [2018/08/15 17:44] (current) dave |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | View the contents of a zip file without unzipping it: | + | ====== Unzip == |
| + | |||
| + | Extracts the contents of a gzip compressed archive. | ||
| + | |||
| + | |||
| + | == View the contents of a zip file without unzipping it == | ||
| <code> | <code> | ||
| unzip -vl <gzip compressed archive> | unzip -vl <gzip compressed archive> | ||
| </code> | </code> | ||