zip archive_name.zip file1.txt file2.jpg
Most latest versions and source code are hosted on SourceForge . 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? zip archive_name
If you're looking for a or trying to fix an error (like a "zip bomb" or "corrupted file") info.zip
You can choose levels from 0 (no compression, just storage) to 9 (maximum compression).
If you have Info-ZIP installed (often just called zip and unzip on your system), here are the most common ways to use it:
zip archive_name.zip file1.txt file2.jpg
Most latest versions and source code are hosted on SourceForge .
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?
If you're looking for a or trying to fix an error (like a "zip bomb" or "corrupted file")
You can choose levels from 0 (no compression, just storage) to 9 (maximum compression).
If you have Info-ZIP installed (often just called zip and unzip on your system), here are the most common ways to use it: