Y
Hacker News
new
|
ask
|
show
|
jobs
by
Hakkin
632 days ago
This is true for a few different compression formats, it works for bzip2 too. I've processed a few TBs of text via `curl | tar -xOf - | bzip2 -dc | grep` for tar files with lots of individually compressed bz2 files inside.