Hacker News new | ask | show | jobs
by bscphil 2358 days ago
Note that it doesn't work with compression.

  tar cf example.tar.zst example
creates an uncompressed tar archive.

  tar caf example.tar.zst example
creates a zstd compressed archive.