• support[@]kurinchilion.com
  • +1 (888) 666-4252

How to Compress, Uncompress to .gz, .bz2?

Apr 03, 2010 - by kurinchilamp / / Post Comment
Tar (tape archive) does not compress files. They are used for grouping all files in a folder so that it can be transferred across locations. In order to compress the files, you need to use zip, gzip or bzip2 utilities. gzip, bzip2 are file compression utilities and gunzip, bunzip2 are file uncompression utilities. bzip2 compresses files to a smaller size compared to gzip, but it takes longer to compress the files. Bzip2 uses Burrows-Wheeler block sorting text compression algorithm (with Huffman coding) and gzip uses Lempel-Ziv coding. so, a file compressed with one utility cannot be uncompressed with the other utility. (more…)
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.