Subject: Re: system call using gzip or using rubyzip?
From: Brian Candler <b.candler pobox.com>
Date: Thu, 16 Apr 2009 16:18:21 +0900
References: 334070
In-reply-to: 334070
Derek Smith wrote:
> How do I duplicate this gzip -f call in Ruby?
To gzip individual files, try using zlib (included as a standard
extension)
--
Posted via http://www.ruby-forum.com/.