Forum Moderators: coopster

Message Too Old, No Replies

php files

php files

         

krikri

7:28 pm on Nov 16, 2003 (gmt 0)



what is meant by .tar , tar.gz and tar.bz files etc. How do you open them? How do you edit them?

divaone

7:51 pm on Nov 16, 2003 (gmt 0)

10+ Year Member



my compression/decompression program of choice is winrar for zipped, gunzipped and tarred packages.

shasan

9:26 pm on Nov 16, 2003 (gmt 0)

10+ Year Member



Are you familiar with Winzip and zip files?

.tar is like a zip file, but the program used for compression is called Tar (not winzip).

.gz is also a compressed file, compressed by a program called Gunzip

.tar.gz usually means that some files were compressed using Tar and the compressed AGAIN using gunzip to make the compressed file smaller.

You can use either WinRAR or WinZip to look at these files (WinRAR is better for tar and gz files).

you can get WinRAR at www.rarlab.com

Winzip you can get at www.winzip.com.

I'm not sure myself what .bz is, but it's probably also a way of compressing files.