0

Is there an easy way to determine the compression % of a .gz file?

Jake Wilson
  • 8,814
  • 29
  • 97
  • 125

1 Answers1

2

from man gzip:

-l, --list
This option displays information about the file's compressed and uncompressed size, ratio, uncompressed name. With the -v option, it also displays the compression method, CRC, date and time embedded in the file.

Hennes
  • 4,842
  • 1
  • 19
  • 29