zip and unzip
The zip and unzip programs work almost exactly like their cousins PKZIP and PKUNZIP in the DOS environment.
- Uncompressing a zip File Using unzip (to uncompress a zip file)
unzip zipfilename.zip
- Compressing a File Using zip (to compress a file using zip)
zip zipfilename.zip file1 file2 file3