Files
dnf-utils/zstd/tests/cli-tests/file-stat/decompress-stdin-to-file.sh
T
2025-09-06 18:36:37 +08:00

8 lines
96 B
Bash

#!/bin/sh
set -e
datagen | zstd -q > file.zst
zstd -dcq --trace-file-stat < file.zst -o file