I've got a few tar.zst files which are 120 GB or so consisting of of mostly text files. Is there a way to open a tar.zst in streaming way/mode so that it doesn't (completely) decompress the archive? I tried tarfile, unfortunately it doesn't support zstd.
Asked
Active
Viewed 552 times