Skip to content

Instantly share code, notes, and snippets.

@oidualc
Created June 1, 2022 09:55
Show Gist options
  • Save oidualc/b25d71e6b26a1d320b6de870bc1baf7e to your computer and use it in GitHub Desktop.
Save oidualc/b25d71e6b26a1d320b6de870bc1baf7e to your computer and use it in GitHub Desktop.
tar/untar zstd

Tar file with multi threaded zstd

tar -c -f directory.tar.zst -I "zstd -T16" directory

Untar file with multi threaded zstd

tar -x -f directory.tar.zst -I "unzstd -T16"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment