-
Notifications
You must be signed in to change notification settings - Fork 0
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.
./zippo zip=n path="/Desktop/files/" name="Zip_Name.zip"The zip command must be provided, and it must equal n. Otherwise, the default zip=y value will be used. y stands for compression.
Read more about Zippo commands and the default configurations here.
./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.
If you have any questions or suggestions, or if you encounter any errors, create a GitHub issue or write me an email (rill.ki@yahoo.com).