I have a collection of files compressed with zstandard, and would like to look at the first 10 megabytes of the files without decompressing the entire file. Is there way to get zstdcat to only decompress the first N bytes of a file, rather than the entire file?
Asked
Active
Viewed 384 times