summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/zstd/programs/zstdless.1.md
blob: 67c1c76769b9f2da7b9107e14b5d100a91f613fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
zstdless(1) -- view zstandard-compressed files
============================================================================

SYNOPSIS
--------

`zstdless` [<flags>] [<file> ...]


DESCRIPTION
-----------
`zstdless` runs `less`(1) on files or stdin, if no <file> argument is given, after decompressing them with `zstdcat`(1).

SEE ALSO
--------
`zstd`(1)