From a6300866bf6e3e6a6d371d5479f40388db576c72 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 17 Sep 1998 20:29:09 +0000 Subject: [PATCH] Initial revision --- zless.1 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 zless.1 diff --git a/zless.1 b/zless.1 new file mode 100644 index 0000000..996fb0c --- /dev/null +++ b/zless.1 @@ -0,0 +1,18 @@ +.TH ZLESS 1 +.SH NAME +zless \- file perusal filter for crt viewing of compressed text +.SH SYNOPSIS +.B zless +[ name ... ] +.SH DESCRIPTION +.I Zless +is a filter which allows examination of compressed or plain text files +one screenful at a time on a soft-copy terminal. It is the equivalent of +setting the environment variable PAGER to +.I less, +and then running zmore. However, enough people seem to think that having the +command +.I zless +available is important to be worth providing it. +.SH "SEE ALSO" +zmore(1), less(1) -- 2.47.2