Search notes:

Shell command: zcat

Get the uncompressed size for a compressed file:
$ zcat file.Z | wc -c

See also

gzip
Shell commands

Index