Skip to content

Decompressing a ZIP file

Ki Rill edited this page Dec 24, 2020 · 5 revisions

With Zippo you can unzip the entire zip file or extract only the file you need.

Decompressing the entire ZIP file

./zippo zip=n path="/Desktop/files/" name="Zip_Name.zip"

The zip command must be provided, and it must equal to n. Otherwise, the default zip=y value will be used. y stands for compression.

Read more about Zippo commands and the default configurations here.

Extracting the specified file(s) only

./zippo zip=n path="/Desktop/files/" name="Zip_Name.zip" file="file1.pdf"

In this case file1.pdf will be extracted from the ZIP file.

Clone this wiki locally