Description
Creates and extracts tar archives, a common format for grouping files while preserving paths, permissions, and metadata. It is widely used for backups, source releases, package builds, and file transfers.
Use it when working with .tar, .tar.gz, .tar.xz, and similar archives. Compression is usually provided by companion tools such as gzip, xz, or zstd.