From owner-freebsd-questions Wed Nov 27 09:36:31 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA01157 for questions-outgoing; Wed, 27 Nov 1996 09:36:31 -0800 (PST) Received: from dan.emsphone.com (-@dan.emsphone.com [199.67.51.101]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA01152 for ; Wed, 27 Nov 1996 09:36:28 -0800 (PST) Received: (from dan@localhost) by dan.emsphone.com (8.7.5/8.7.3) id LAA07963; Wed, 27 Nov 1996 11:35:44 -0600 (CST) Message-ID: Date: Wed, 27 Nov 1996 11:35:44 -0600 From: dnelson@emsphone.com (Dan Nelson) To: mike@NetworX.ie Cc: questions@FreeBSD.org (FreeBSD Support) Subject: Re: Report browser -- any good ones? References: X-Mailer: Mutt 0.50 Mime-Version: 1.0 In-Reply-To: ; from "Michael Ryan" on Nov 27, 1996 13:35:04 +0000 Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk In the last eposode (Nov 27), Michael Ryan said: > Hi all, > > I'm looking for a program like "more" which allows one to > browse through large text files (reports). These reports > will be 132 columns wide, so the ability to scroll > horizontally is important. > > Anybody know of anything that'd fit the bill? Please > reply to mike@networx.ie. less in /usr/ports/misc/less works great. v320 and above have horizontal scrolling; the ports version is 321. -Dan