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.
-hPrint the help and exit.
-HOutput a human-readable size, like "263M".
-vPrint 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.