Info.zip
zip archive_name.zip file1.txt file2.jpg
It is likely already installed. Check by typing zip -v in your terminal. info.zip
zip -r project_backup.zip folder_name/
If you're looking for a or trying to fix an error (like a "zip bomb" or "corrupted file") zip archive_name
You can choose levels from 0 (no compression, just storage) to 9 (maximum compression). info.zip
zip -e private_data.zip sensitive_file.pdf Unzip an archive: unzip archive_name.zip List contents without extracting: unzip -l archive_name.zip Why use it over standard "Right-Click" Zipping?