• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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