unzip (zip, tar, tag.gz) files with ruby
Posted
by gustavgans
on Stack Overflow
See other posts from Stack Overflow
or by gustavgans
Published on 2009-05-13T09:05:29Z
Indexed on
2010/04/13
18:43 UTC
Read the original article
Hit count: 238
I want do unzip a lot of zip files, is there a module or script that check which format the zip file is and decompress it? this should work on linux, other OSs I don't care for this.
© Stack Overflow or respective owner