blob: 67c1c76769b9f2da7b9107e14b5d100a91f613fa [file] [log] [blame] [view]
Sam Russell490f6522018-10-15 22:20:10 +13001zstdless(1) -- view zstandard-compressed files
2============================================================================
3
4SYNOPSIS
5--------
6
Elliott Hughes44aba642023-09-12 20:18:59 +00007`zstdless` [<flags>] [<file> ...]
Sam Russell490f6522018-10-15 22:20:10 +13008
9
10DESCRIPTION
11-----------
Elliott Hughes44aba642023-09-12 20:18:59 +000012`zstdless` runs `less`(1) on files or stdin, if no <file> argument is given, after decompressing them with `zstdcat`(1).
Sam Russell490f6522018-10-15 22:20:10 +130013
14SEE ALSO
15--------
Elliott Hughes44aba642023-09-12 20:18:59 +000016`zstd`(1)