S
S
speedvm2015-11-13 15:26:42
linux
speedvm, 2015-11-13 15:26:42

How to find out the content size of a large tar.gz archive?

There is a packed tar.gz archive with a size of 5 GB. How to find out the size of files in an archive without unpacking it. "gzip -l" shows some nonsense: the size of the archive is larger than the size of the files in the uncompressed state, the compression is -157%.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
s0ci0pat, 2015-11-13
@s0ci0pat

tar -tf -v archive.tar.gz

A
AkaVjik, 2017-12-14
@AkaVjik

gunzip -l archive.gz

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question