Date: Sat, 13 Mar 1999 02:04:24 +0100 From: "Pål Sommerhein" <pms@jancomulti.com> To: jef53313@bayou.uh.edu Cc: Graeme Tait <graeme@echidna.com>, SERVICE Jim -TS+NP DVLPMT <Jim.Service@oht.hydro.on.ca>, questions@FreeBSD.ORG Subject: Re: Use of pipe with gzip | more Message-ID: <36E9B998.D991A1EC@jancomulti.com> References: <Pine.BSF.4.05.9903121043350.88171-100000@dorm-36314.rh.uh.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Jonathan Fosburgh wrote:
> 
> Have you tried zmore?
zmore is just a sh script.  The following line are extracted from 
the file /usr/bin/zmore
[line no]
  (27)  gzip -cdfq | eval ${PAGER-more}	         # for redirected input i guess
  (45)  gzip -cdfq "$FILE" | eval ${PAGER-more}  # for files
So I guess it does the same job as 
  $ gzip -cd filename.gz | more
just a little bit more convenient of course :-)
Best regards,
Paal
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36E9B998.D991A1EC>
