Is it possible to get the size that a tgz will take up once it's extracted, but without extracting it? I basically want
tar tzf file.tgzwith sizes beside them. I'm really looking for a total, so a solution that gives total size but not specific file sizes would work.