1 #!/bin/sh 2 3 set -e 4 5 println "+ good path" 6 zstdless file.zst 7 println "+ pass parameters" 8 zstdless -N file.zst # This parameter does not produce line #s when piped, but still serves to test that the flag went to less and not zstd 9 println "+ bad path" 10 zstdless bad.zst >&2 11
Indexes created Wed Mar 04 15:26:31 UTC 2026