Gabriel Genellina wrote:
> En Tue, 22 Dec 2009 16:30:58 -0300, r0g
> escribió:
>> Gabriel Genellina wrote:
>>> En Mon, 21 Dec 2009 16:30:13 -0300, Pulkit Agrawal
>>> escribió:
>>>
I am writing a script wherein I need to merge files into existing
tar.gz
files. Currently, I am using
En Tue, 22 Dec 2009 16:30:58 -0300, r0g
escribió:
Gabriel Genellina wrote:
En Mon, 21 Dec 2009 16:30:13 -0300, Pulkit Agrawal
escribió:
I am writing a script wherein I need to merge files into existing
tar.gz
files. Currently, I am using tarfile module. I extract the tar.gz to a
tempdir a
Gabriel Genellina wrote:
> En Mon, 21 Dec 2009 16:30:13 -0300, Pulkit Agrawal
> escribió:
>
>> I am writing a script wherein I need to merge files into existing tar.gz
>> files. Currently, I am using tarfile module. I extract the tar.gz to a
>> tempdir and copy the new file there and re-compress
En Mon, 21 Dec 2009 16:30:13 -0300, Pulkit Agrawal
escribió:
I am writing a script wherein I need to merge files into existing tar.gz
files. Currently, I am using tarfile module. I extract the tar.gz to a
tempdir and copy the new file there and re-compress all the files back
into
a tar.gz.
Hi,
I am writing a script wherein I need to merge files into existing tar.gz
files. Currently, I am using tarfile module. I extract the tar.gz to a
tempdir and copy the new file there and re-compress all the files back into
a tar.gz. Is there a better way to do it?
Thanks
Pulkit
--
http://mail.