in reply to Re^2: Uncompress streaming gzip on the fly in LWP::UserAgent/WWW::Mechanize
in thread Solved: Uncompress streaming gzip on the fly in LWP::UserAgent/WWW::Mechanize

Thanks! Second question: does than unzip (before the end of time)?

  • Comment on Re^3: Uncompress streaming gzip on the fly in LWP::UserAgent/WWW::Mechanize

Replies are listed 'Best First'.
Re^4: Uncompress streaming gzip on the fly in LWP::UserAgent/WWW::Mechanize
by kschwab (Vicar) on Dec 20, 2018 at 15:21 UTC
    warning, makes "lotsafiles"
    $ mkdir lotsafiles $ cd lotsafiles $ gzip -f - </dev/urandom | gunzip | split -b 1024 & $ ls