xref: /netbsd-src/external/bsd/zstd/dist/programs/zstdless.1.md (revision 32d1c65c71fbdb65a012e8392a62a757dd6853e9)
1zstdless(1) -- view zstandard-compressed files
2============================================================================
3
4SYNOPSIS
5--------
6
7`zstdless` [<flags>] [<file> ...]
8
9
10DESCRIPTION
11-----------
12`zstdless` runs `less`(1) on files or stdin, if no <file> argument is given, after decompressing them with `zstdcat`(1).
13
14SEE ALSO
15--------
16`zstd`(1)
17