Make a tar.gz

benty2004

New member
Joined
Sep 11, 2007
Messages
4
how do u Make a tar.gz so i can upload it to my web site & extract it

can any one help me!!!
 
Well, not quite.

On a linux, unix, or Mac OS X system:
Code:
tar -cf filename.tar.gz /path/to/directory

benty2004, are you using a linux, unix, or Mac OS X system? If you're using a Windows system you'll have to either find tar software for Windows or use some other method.

Jeff
 
Back
Top