Add man pages for zstdgrep and zstdless

This commit is contained in:
Sam Russell
2018-10-15 22:25:03 +13:00
parent a2708de834
commit 490f652974
6 changed files with 102 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
zstdless(1) -- view zstandard-compressed files
============================================================================
SYNOPSIS
--------
`zless` [*flags*] [_file_ ...]
DESCRIPTION
-----------
`zstdless` runs `less (1)` on files or stdin, if no files argument is given, after decompressing them with `zstdcat (1)`.
SEE ALSO
--------
`zstd (1)`