Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2005 11:14:11 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/less Makefile zless.sh
Message-ID:  <200505171114.j4HBEBQ7005021@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2005-05-17 11:14:11 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/less         Makefile 
  Added files:
    usr.bin/less         zless.sh 
  Log:
  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) but has
  the advantage that you get the correct file name on the less status line,
  and can use :n and :p to navigate back and forth between multiple files.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.9       +4 -3      src/usr.bin/less/Makefile
  1.1       +7 -0      src/usr.bin/less/zless.sh (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505171114.j4HBEBQ7005021>