Skip to content
Novus Examples
tgz637 B

TAR.GZ - Gzip Tarball

A gzip-compressed tar of a small source tree — for testing tar extraction and the TGZ container. Member timestamps are fixed for reproducibility.

Archive contents — 4 entriestgz
  • README.txt
  • records.csv
  • config.json
  • notes.md

Specifications

Format
gzip-compressed tar
Members
4
Tar Format
USTAR
Structure
data/ and docs/ subfolders

What is a .tgz file?

TGZ is a shorthand extension for a TAR archive compressed with gzip, equivalent to .tar.gz. The tar step bundles files and metadata, then gzip compresses the whole stream. It is one of the most common distribution formats for Unix software and datasets.

How to use this file

Use an example TGZ to test the two-stage decompress-then-untar pipeline, streaming extraction, and tools that recognize the abbreviated .tgz extension.

Generated by generation/archives.py. Free for any use, no attribution required — license.