Search notes:
Shell command: zcat
Get the uncompressed size for a compressed file:
$ zcat file.Z |
wc
-c
zcat
is a shell script that in its normal operation simply executes
exec
gzip
-cd "$@"
See also
Shell commands
Index