Tar.gz and ruby?

hi
I’ve started using ruby.How can I read “tar.gz” file without extracting?

On 10/10/06, Tom G. [email protected] wrote:

hi
I’ve started using ruby.How can I read “tar.gz” file without extracting?

http://raa.ruby-lang.org/project/minitar/

I think this is what the doctor ordered, I did not test it, but if you
look
at the authors this should be high quality code :slight_smile:

HTH
Robert


The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself. Therefore all progress
depends on the unreasonable man.

  • George Bernhard Shaw

On 11/10/06 Tom G. said:

hi
I’ve started using ruby.How can I read “tar.gz” file without extracting?

tar -ztf

Mike

thanks man