Convert TAR.GZ to TAR
Unwrap the gzip layer of a TAR.GZ to get the plain TAR inside — handy for tools that read TAR but not gzip.
From
To
TAR.GZ
A gzip-compressed TAR archive — the classic way software and backups are packaged on Linux and Unix systems.
TAR
The standard Unix bundle format. Collects files and folders into a single uncompressed file, common on Linux and macOS.