mirror of
https://github.com/facebook/zstd.git
synced 2025-07-07 08:05:38 +02:00
13 lines
152 B
Plaintext
13 lines
152 B
Plaintext
![]() |
Test zstd ./file1 - file2
|
||
|
stdin
|
||
|
file1
|
||
|
file2
|
||
|
Test zstd -d ./file1.zst - file2.zst
|
||
|
stdin
|
||
|
file1
|
||
|
file2
|
||
|
zstd -d ./file1.zst - file2.zst -c
|
||
|
file1
|
||
|
stdin
|
||
|
file2
|