?Hi, Tim.
Thanks for that explanation. I've always wondered where "tar" came from.
I've never used it, but I see it sometimes.
How about "rar" files? Is that a variation of "tar"?
The last tape I used with a computer was on my original TRS-80 back in 1977.
;^} And I've never used Unix or Linux or any other *nix . I've used PKZip
ever since I paid Phil Katz ($10?) for a perpetual license about 25 years
ago. But I haven't used any such compression files much in about 15 years.
Hardly seems worth doing on the humongous HDDs we use nowadays.
RC
--
R. C. White, CPA
San Marcos, TX
(e-mail address removed)
Microsoft Windows MVP (2002-9/30/10)
Windows Live Mail Version 2011 (Build 15.4.3502.0922) in Win7 Ultimate x64
SP1 beta
"Tim Slattery" wrote in message
Dave \"Crash\" Dummy said:
Although I have 7-Zip, I have never created a *.gz archive before, so I
thought I'd give it a try. The first thing I learned is that I can't
create a *.gz archive directly from a collection of files. I first have
to create a *.tar archive, then process that into a *.tar.gz file. Don't
ask me why. I'm a *.zip kinda guy.
GZip has Unix roots, and this is the way things are done in the Unix
world. The tar program (tape archive) has existed forever. It strings
many files together into a single 'archive" file. That made it
convenient to dump a whole bunch of files to tape for backup. So then
if you compress a tar file, you get a whole bunch of files squeezed
into one large file. Not exactly like a zip file, IMHO not as
convenient, but something that Unix folks understand and are very
comfortable with.