in reply to Re: File list from gz file without reading everything into memory
in thread File list from gz file without reading everything into memory

Yeah no tar tool.. though I am sure I can find something with a command line for windows that I could call out too... When I use the code that I provided my system runs out of memory, i.e. I can not un-tar.gz this file using the Archive::Tar tool...
  • Comment on Re^2: File list from gz file without reading everything into memory

Replies are listed 'Best First'.
Re^3: File list from gz file without reading everything into memory
by johngg (Canon) on Nov 18, 2009 at 22:26 UTC

    It might not be an option for you but it looks like tar is included with Cygwin. Might be worth a try.

    Cheers,

    JohnGG

Re^3: File list from gz file without reading everything into memory
by ikegami (Patriarch) on Nov 18, 2009 at 22:56 UTC