• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Test zstd ./file1 - file2
2stdin
3file1
4file2
5Test zstd -d ./file1.zst - file2.zst
6stdin
7file1
8file2
9zstd -d ./file1.zst - file2.zst -c
10file1
11stdin
12file2
13