Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

how to gzip multiple files? #285

Open
ralyodio opened this issue Mar 9, 2024 · 1 comment
Open

how to gzip multiple files? #285

ralyodio opened this issue Mar 9, 2024 · 1 comment

Comments

@ralyodio
Copy link

ralyodio commented Mar 9, 2024

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

@Thecoolpeople
Copy link

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants