Info-ZIP is a set of free, portable compression utilities for handling .zip archives. While most modern operating systems have built-in "Right-click to Zip" features, Info-ZIP remains a staple for developers and system administrators because it is fast, scriptable , and supports a wide range of platforms from Unix/Linux to Windows and even older systems like VMS.
If you have Info-ZIP installed (often just called zip and unzip on your system), here are the most common ways to use it: info.zip
Here is a helpful overview post you can use to explain what it is and how to use it. Info-ZIP is a set of free, portable compression
Use the -x flag to exclude specific files (like .git folders or temporary logs) that you don't want in your final archive. Where to Download Use the -x flag to exclude specific files (like
You can choose levels from 0 (no compression, just storage) to 9 (maximum compression).
zip archive_name.zip file1.txt file2.jpg
It is likely already installed. Check by typing zip -v in your terminal.