DEBSOURCES
Skip Quicknav
sources / libzstd / 1.5.7%2Bdfsg-1.1 / tests / cli-tests / file-stat / compress-stdin-to-file.sh
12345678
#!/bin/sh set -e datagen > file zstd < file -q --trace-file-stat -o file.zst zstd -tq file.zst