Is there an equivalent of the gzip utility zdiff(1), but for zstandard?
I have not been able to find anything in the zstandard repository other than zstdgrep and zstdless.
Is there an equivalent of the gzip utility zdiff(1), but for zstandard?
I have not been able to find anything in the zstandard repository other than zstdgrep and zstdless.
The answer to your question is not yet, but soon to be. According to this recent issue idea/request for help: zstd as a binary diff producer/patcher? in its Github repository, it is stated that:
We will likely introduce a new cli command --diff-from=#. More on this soon.