hi i want to zip a filename.tar.gz extension how can i do this?
I just had to do that on a recent contribution to the Ruby git gem.
For tar, use minitar gem, a pure Ruby tar compression gem.
For gz, Ruby has built in support for gzip with Zlib
hi i want to zip a filename.tar.gz extension how can i do this?
I just had to do that on a recent contribution to the Ruby git gem.
For tar, use minitar gem, a pure Ruby tar compression gem.
For gz, Ruby has built in support for gzip with Zlib
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs