Check the total content size of a tar gz file

后端 未结 7 1225
醉话见心
醉话见心 2020-12-23 19:00

How can I extract the size of the total uncompressed file data in a .tar.gz file from command line?

相关标签:
7条回答
  • 2020-12-23 19:49

    A tar file is uncompressed until/unless it is filtered through another program, such as gzip, bzip2, lzip, compress, lzma, etc. The file size of the tar file is the same as the extracted files, with probably less than 1kb of header info added in to make it a valid tarball.

    0 讨论(0)
提交回复
热议问题