Lines Matching full:zstd
9 zstd file ; zstd -t file.zst
10 zstd -f file ; zstd -t file.zst
11 zstd -f -z file ; zstd -t file.zst
12 zstd -f -k file ; zstd -t file.zst
13 zstd -f -C file ; zstd -t file.zst
14 zstd -f --check file ; zstd -t file.zst
15 zstd -f --no-check file ; zstd -t file.zst
16 zstd -f -- file ; zstd -t file.zst
19 zstd -o file-out.zst ; zstd -t file-out.zst
20 zstd -fo file-out.zst; zstd -t file-out.zst
23 zstd -c file | zstd -t
24 zstd --stdout file | zstd -t
25 println bob | zstd | zstd -t
29 $ZSTD_SYMLINK_DIR/gzip -c file | zstd -t ; test -f file
30 $ZSTD_SYMLINK_DIR/gzip --stdout file | zstd -t ; test -f file
35 zstd --rm file-rm; zstd -t file-rm.zst