Archive Files
Compress/ Decompress Files
Zip files can decompressed using the unzip
command
NOTE
For using “bzip2” replace gzip with bzip2 and change extension to .bz2 in the above commands
Archive and Compress Files
gzip cannot compress directories
Archives are used to convert directories into an single file
Gzip internally uses the LZ777 and Huffman Coding (Deflate) to compress files