告诉 zstdcat 只解压缩文件的前 N ​​个字节

Tell zstdcat to decompress only the first N bytes of a file

我有一组使用 zstandard 压缩的文件,想查看文件的前 10 兆字节而不解压整个文件。有没有办法让 zstdcat 只解压文件的前 N ​​个字节,而不是整个文件?

zstdcat SRC_FILE | head -c BYTES > DEST_FILE