-
Notifications
You must be signed in to change notification settings - Fork 0
Decompressing a ZIP file
Ki Rill edited this page Apr 14, 2021
·
5 revisions
With Zippo you can unzip the entire zip file or extract only the files you need.
zippo unzip path/to/myzipfile.zipRead more about Zippo commands and the default configurations here.
zippo unzip path/to/myzipfile.zip --file=file1.pdf,mymovie.mp4In this case file1.pdf and mymovie.mp4 will be extracted from the ZIP file.
zippo unzip path/to/myzipfile.zip --ignore=file1.pdf,mymovie.mp4In this case, everything will be extracted from the ZIP file, except for file1.pdf and mymovie.mp4.
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).