[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Windows support for tar and bzip2

Trans

4/17/2005 5:16:00 PM

Does Windows' most common zip programs have support of tar and bzip2
these days? I noticed zip files are 3 times bigger. Ick. Also is .tbz
an acceptable suffix for .tar.bzip2 files?

T.

8 Answers

Puhat

4/17/2005 5:20:00 PM

0

Trans wrote:
> Does Windows' most common zip programs have support of tar and bzip2
> these days? I noticed zip files are 3 times bigger. Ick. Also is .tbz
> an acceptable suffix for .tar.bzip2 files?
>
> T.
>
Winrar does.

james_b

4/17/2005 5:46:00 PM

0

Trans wrote:
> Does Windows' most common zip programs have support of tar and bzip2
> these days? I noticed zip files are 3 times bigger. Ick. Also is .tbz
> an acceptable suffix for .tar.bzip2 files?

winzip knows about taz, gzip, and tgz.

I had to install a separate app for bzip2.

I have no idea if any application would know what to do with .tbz if is
not already a reasonably common extension (along the lines of .tgz or .gz).

James


james_b

4/17/2005 9:24:00 PM

0

Alexey Verkhovsky wrote:
> James Britt wrote:
>
>> winzip knows about taz, gzip, and tgz.
>> I had to install a separate app for bzip2.
>
>
> WinRAR is better, knows more formats, handles things smarter (e.g., it
> shows contents of a .tgz as a tree of folders, not as a flat thing a la
> mainframes of old age) and has a better interface (less mouse clicks for
> the usual things). It is even notably faster, even for zip files.

Thanks; I'll try it out.

James


Sergey Philippov

4/18/2005 7:27:00 AM

0

> Does Windows' most common zip programs have support of tar and bzip2
> these days? I noticed zip files are 3 times bigger. Ick. Also is .tbz
> an acceptable suffix for .tar.bzip2 files?

www.7-zip.org

--
wbr, ps
sphilippov-at-gmail-com

Lyndon Samson

4/18/2005 9:32:00 AM

0

On 4/18/05, Alexey Verkhovsky <alex@verk.info> wrote:
> James Britt wrote:
>
> > winzip knows about taz, gzip, and tgz.
> > I had to install a separate app for bzip2.
>
> WinRAR is better, knows more formats, handles things smarter (e.g., it
> shows contents of a .tgz as a tree of folders, not as a flat thing a la
> mainframes of old age) and has a better interface (less mouse clicks for
> the usual things). It is even notably faster, even for zip files.

Thats the worst thing about it. The tree view is fine if you are
going to spend alot of time in the archive poking around like you
would in a filesystem. But mostly when I open an archive I just want
to see all the files, sorted by name, director or maybe size and
extract all or view a single file.

How do you quickly find a readme in WinRAR?
How do you quickly find the largest ( sometimes most interesting )
file in WinRAR?




>
> --
> Best regards,
>
> Alexey Verkhovsky
>
> Ruby Forum: http://ruby... (moderator)
> RForum: http://rforum.and... (co-author)
> Instiki: http://i... (maintainer)
>
>


--
Into RFID? www.rfidnewsupdate.com Simple, fast, news.



Kent Sibilev

4/19/2005 6:23:00 AM

0

On 4/18/05, Lyndon Samson <lyndon.samson@gmail.com> wrote:
> Thats the worst thing about it. The tree view is fine if you are
> going to spend alot of time in the archive poking around like you
> would in a filesystem. But mostly when I open an archive I just want
> to see all the files, sorted by name, director or maybe size and
> extract all or view a single file.
>
> How do you quickly find a readme in WinRAR?
> How do you quickly find the largest ( sometimes most interesting )
> file in WinRAR?
>

There's a 'Flat folders view' in WinRar activated by Ctrl-H.

Cheers,
Kent.



Belorion

4/19/2005 1:37:00 PM

0

One of the first things I install on my WinXP system is always
UnxUtils (http://unxutils.source...), a win32 port of many of
*nix's handy command line tools. tar, gzip, ls, grep, cat, tail, etc.



Henrik Horneber

4/19/2005 1:49:00 PM

0

Belorion schrieb:
> One of the first things I install on my WinXP system is always
> UnxUtils (http://unxutils.source...), a win32 port of many of
> *nix's handy command line tools. tar, gzip, ls, grep, cat, tail, etc.
>
>
http://gnuwin32.source... is a similar project

But I don't think one should expect regular windows users to happily
download and install these extra tools