Is there an easy way to determine the compression % of a .gz
file?
Asked
Active
Viewed 64 times
0

Jake Wilson
- 8,814
- 29
- 97
- 125
-
1http://superuser.com/questions/139253/what-is-the-maxiumum-compression-ratio-for-gzip-algorythm – thinice Sep 06 '12 at 22:17
-
Ah crap didnt mean to post this on SF. Migrate or close if necessary. Thanks – Jake Wilson Sep 06 '12 at 22:18
1 Answers
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