What are the primary roles of the Linux zip and unzip utilities?
zip
unzip
zip creates archives, while unzip inspects or extracts them.
Both commands only create archives and cannot extract them.
They only convert .tar archives into .zip files and back.
.tar
.zip
zip extracts archives, while unzip creates them.