php commit

daily job of a php bug killer

Better file compression with 7z (7-Zip) in Ubuntu

leave a comment »

I found an interesting post about how to compress a file with better results even better than tar.bgz2

In a Ubuntu

  1. sudo apt-get install p7zip
  2. to compress: p7zip myfile
  3. To decompress the file p7zip -d myfile.7z

Technorati Profile

Written by juliomontoya

July 26, 2008 at 5:15 pm

Posted in ubuntu

Tagged with , , , ,

Leave a Reply