-
Notifications
You must be signed in to change notification settings - Fork 0
Compressing a file(s)
Ki Rill edited this page Dec 24, 2020
·
5 revisions
There many ways you can compress files using the Zippo Utility.
./zippo allThe all command uses the default configurations. Read more about it here.
./zippo name="Zip_Name" path="/Desktop/files/" file="file1.docx|file2.pdf|file3.wav"Use the "|" bar character to separate file names that you would like to compress.
./zippo name="Zip_Name" ignore="file1.docx|file2.pdf|file3.wav"Keep in mind that since path is not provided, it will use the default configuration: cwd.
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).