Jan 17, 2002 #1 bi Technical User Joined Apr 13, 2001 Messages 1,552 Location US Is there any way to tell what the size of a file will be after you uncompress it without actually uncompressing it?
Is there any way to tell what the size of a file will be after you uncompress it without actually uncompressing it?
Jan 17, 2002 #2 raider2001 Technical User Joined Apr 27, 2001 Messages 488 Location US The following should work: uncompress -c file | wc -c Upvote 0 Downvote