From owner-cvs-src@FreeBSD.ORG Tue May 17 21:43:14 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 365A116A4CE; Tue, 17 May 2005 21:43:14 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3453F43D41; Tue, 17 May 2005 21:43:12 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a213.otenet.gr [212.205.215.213]) j4HLfQW7020166; Wed, 18 May 2005 00:41:27 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.3/8.13.3) with ESMTP id j4HLh2oi034450; Wed, 18 May 2005 00:43:02 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.3/8.13.3/Submit) id j4HLh2NI034449; Wed, 18 May 2005 00:43:02 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 18 May 2005 00:43:01 +0300 From: Giorgos Keramidas To: Dag-Erling Smorgrav Message-ID: <20050517214301.GA17139@gothmog.gr> References: <200505171114.j4HBEBQ7005021@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200505171114.j4HBEBQ7005021@repoman.freebsd.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/less Makefile zless.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 21:43:14 -0000 On 2005-05-17 11:14, Dag-Erling Smorgrav wrote: > Add a zless script which invokes less using the lesspipe script. This is > similar to the zmore script that comes with gzip (and in fact, in most > Linux distros, zless is a symlink to that very same zmore script) [...] Thanks!