In some cases the incorrect uncompressed file size is reported when running the following command;
gzip -l myfile.gz
A work around is the use the alternative below;
zcat myfile.ga | wc -c
[source]
Heisenberg - Digital Alchemist, Software Architect, Automation Specialist and Mechanical Engineer.
In some cases the incorrect uncompressed file size is reported when running the following command;
gzip -l myfile.gz
A work around is the use the alternative below;
zcat myfile.ga | wc -c
[source]
No comments:
Post a Comment
Note: only a member of this blog may post a comment.