gzsize
- Get the uncompressed size of an archive
gzsize
file [file ...]
Print the uncompressed size of a GZipped file. If multiple files are given,
print the total size of all of them. -
reads on stdin.
-h
Print the help and exit.
-H
Output a human-readable size, like "263M".
-v
Print the version and exit.
gzsize myfile.gz
curl https://example.com/somefile.gz | gzsize -
Written by Baptiste Fontaine <b@ptistefontaine.fr>.
Bugs should be reported at https://github.com/bfontaine/gzsize/issues.
The project homepage is at https://github.com/bfontaine/gzsize.