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