更改 gzip 文件压缩的脚本
我试图将某些 gzip 文件的压缩从默认压缩级别 (6
) 或任何其他压缩级别更改为最大压缩级别 (9
)。
有人知道怎么做吗?
I was trying to change the compression of some gzip files from the default compression level (6
) or any other compression level to the maximum compression level (9
).
Does anyone know how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道如何检测具有默认压缩级别的文件,但设置新压缩级别的最简单方法是简单地解压缩然后重新压缩:
I don't know how to detect files with a default compression level, but the easiest way to set a new compression level is to simply uncompress then recompress:
找到了解决方案,但没有检测到压缩级别:
found the solution but does not detect the compression level: