Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一组用 zstandard 压缩的文件,并且想查看文件的前 10 兆字节而不解压缩整个文件。有没有办法让 zstdcat 只解压缩文件的前 N 个字节,而不是整个文件?
zstdcat SRC_FILE | head -c BYTES > DEST_FILE