gzip several files and pipe them into one input
Posted
by Daniel
on Stack Overflow
See other posts from Stack Overflow
or by Daniel
Published on 2010-05-04T03:07:16Z
Indexed on
2010/05/04
3:18 UTC
Read the original article
Hit count: 208
I have this program that takes one argument for the source file and then it parse it. I have several files gzipped that I would like to parse, but since it only takes one input, I'm wondering if there is a way to create one huge file using gzip and then pipe it into the only one input.
© Stack Overflow or respective owner