Create a .tar file in windows?

BigJimbo

Golden Member
Aug 4, 2002
1,193
0
0
basically for my java class the teacher wants everything submitted in .tar format. Ive been told that winrar can do the compression...but i cant seem to figure it out?
 

Cheetah8799

Diamond Member
Apr 12, 2001
4,508
0
76
why .tar? That's mostly used in Linux/Unix? Are you working on Linux servers or something? .zip is a really common format, and most any Linux server can compress/decompress it... If I were you, I'd maybe ask the teacher what the deal is behind this...

Anyway, in winrar, when creating a new archive, it only seems to allow .rar or .zip. I know it'll decompress .tar, but maybe it can't create them?

EDIT: tar really isn't a compression, more of a package. It puts the files together and keeps the file permissions and ownership in tact. Usually linux source files are .tar.gz, which means the gzipped the tarball package to compress it, because the tarball really isn't compressed/shrunk at all.
 

MrChad

Lifer
Aug 22, 2001
13,507
3
81
Does your class have a Unix cluster you can FTP/Telnet/SSH into? Just upload your files and tar them there. That's what I would do in college.