From: Michal Suchanek Date: 2007-06-08T20:13:37+09:00 Subject: Re: Extract .tar.bz2 with ruby On 08/06/07, Peter.Meier998@gmx.de wrote: > Hi, > > I need to extract the content of a tar.bz2 file with ruby. > I use ruby under in WinXP. > How do I do that? > > There is also a library for tar manipulation (minitar?). Combined with a bz2 decompression library (as suggested in other mail) it should do the trick. Thanks Michal