How can I extract the size of the total uncompressed file data in a .tar.gz file from command line?
Use the following command:
tar -xzf archive.tar.gz --to-stdout|wc -c