From owner-freebsd-questions@FreeBSD.ORG Thu Aug 14 12:00:34 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FE3F37B404 for ; Thu, 14 Aug 2003 12:00:34 -0700 (PDT) Received: from priv-edtnes51.telusplanet.net (defout.telus.net [199.185.220.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9661A43FE0 for ; Thu, 14 Aug 2003 12:00:33 -0700 (PDT) (envelope-from viktorlazlo@telus.net) Received: from njamn8or ([207.6.240.165]) by priv-edtnes51.telusplanet.net ESMTP <20030814190033.BMDR12617.priv-edtnes51.telusplanet.net@njamn8or>; Thu, 14 Aug 2003 13:00:33 -0600 Date: Thu, 14 Aug 2003 12:00:23 -0700 (PDT) From: Viktor Lazlo X-X-Sender: viktorlazlo@njamn8or.no-ip.org To: Eric Murphy In-Reply-To: <20030814180836.GB8728@webserver> Message-ID: <20030814115719.I1513@njamn8or.no-ip.org> References: <000f01c35e29$aa194a00$6401a8c0@envy> <20030814180836.GB8728@webserver> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org Subject: Re: Hi Quick question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2003 19:00:34 -0000 On Thu, 14 Aug 2003, Joshua Oreman wrote: > On Fri, Aug 08, 2003 at 10:52:33PM -0500 or thereabouts, Eric Murphy wrote: > > > Is there a command to browse files by pages? When ever I ls in a > > big dir, I can't shift page up for some reason. This is very > > annoying =( > > Option 1) ls | less #-or-# ls | more > Option 2) press ScrollLock and then up/down arrow or pgup/pgdown If you are new to the shell and looking for something to ease the transition between Windows and the console try installing mc (/usr/ports/misc/mc): /usr/ports/misc/mc/pkg-descr GNU Midnight Commander is a user-friendly yet powerful file manager and visual shell, useful to novice and guru alike. It provides a clear, user-friendly, and somewhat protected interface to a Unix system while making many frequent file operations more efficient and preserving the full power of the command prompt. You will wonder how you could ever live without it. WWW: http://www.ibiblio.org/mc/ Cheers, Viktor