We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Have you tried directly piping it to 7z or bzip2 instead of first creating the file and then compressing it? e.g.
cat private_ip_192 0-9999 ... | 7z a -si Compilation/small.7z cat private_ip_192 0-9999 ... | bzip2 -9 > Compilation/small.bz2
The text was updated successfully, but these errors were encountered:
Hi @ruppde,
This could be an idea but the previous step in Github Action is to deduplicate lines, then to compress. Giving up on dedup seems not optimal.
I will see what I could do about that.
Cheers
Sorry, something went wrong.
No branches or pull requests
Have you tried directly piping it to 7z or bzip2 instead of first creating the file and then compressing it? e.g.
The text was updated successfully, but these errors were encountered: