How can I extract the size of the total uncompressed file data in a .tar.gz file from command line?
If you want to do this from the command-line, you could try the -l option to gzip:
$ gzip -l compressed.tar.gz
compressed uncompressed ratio uncompressed_name
132 10240 99.1% compressed.tar