Clippings


Comments (3)

Leonid Mamchenkov » 31. Aug, 2005

Well, you did something different. .tar.gz is a compressed (ZIPed) tar archive. If you used the command “tar -cf somefile.tar.gz somefolder” than you just created a tar archive (not ZIPed). You can compress tar archives using “gzip somefile.tar” or you can create them compressed from the very beginning using “tar czf somefile.tar.gz somefolder” (notice that “z” option?).

Constantinos » 31. Aug, 2005

Well thanks for the info. Atleast now I know :) .

Leonid Mamchenkov » 01. Sep, 2005

No problemo ;)

Constantinos Koloumrbis 2004-2011 ©