Skip to content
New issue

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

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

Already on GitHub? Sign in 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.

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

No branches or pull requests

2 participants