nodeca/pako

how to gzip multiple files?

ralyodio opened this issue · 1 comments

Can I have more than one file in a gzip file?

Hello @ralyodio

On its own, gzip lacks knowledge of file structure. To achieve your desired outcome, you must first organize the files into a container file, such as a tar structure or similar format, and then apply gzip compression to that container.