Home | History | Annotate | Download | only in progress

Lines Matching refs:hello

9 echo hello > hello
12 zstd -q hello world
20 zstd $args -f hello
22 zstd $args < hello > $INTOVOID
24 zstd $args < hello -fo hello.zst
26 zstd $args hello -c > $INTOVOID
28 zstd $args -f hello world
31 zstd $args -d -f hello.zst
33 zstd $args -d < hello.zst > $INTOVOID
35 zstd $args -d < hello.zst -fo hello
37 zstd $args -d hello.zst -c > $INTOVOID
39 zstd $args -d -f hello.zst world.zst