GUNZIP / Extract file "portion by portion"
Posted
by Dave
on Stack Overflow
See other posts from Stack Overflow
or by Dave
Published on 2010-05-07T03:56:47Z
Indexed on
2010/05/07
3:58 UTC
Read the original article
Hit count: 224
Hi. I'm on a shared server with restricted disk space and i've got a gz file that super expands into a HUGE file, more than what i've got. How can I extract it "portion" by "portion (lets say 10 MB at a time), and process each portion, without extracting the whole thing even temporarily!
No, this is just ONE super huge compressed file, not a set of files please...
© Stack Overflow or respective owner