From owner-freebsd-questions@FreeBSD.ORG Thu Jun 10 23:28:04 2004 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 AE8CC16A4CE for ; Thu, 10 Jun 2004 23:28:04 +0000 (GMT) Received: from hypothermia.tatteredcover.com (hypothermia.tatteredcover.com [64.58.0.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2174C43D39 for ; Thu, 10 Jun 2004 23:28:04 +0000 (GMT) (envelope-from reedl@tatteredcover.com) Received: from nell.tatteredcover.com (IDENT:15@nell.tatteredcover.com [199.26.174.6])i5ANTrAh028401 for ; Thu, 10 Jun 2004 17:29:53 -0600 (MDT) Received: from tatteredcover.com (miranda.tatteredcover.com [199.26.174.79]) by nell.tatteredcover.com (Postfix) with ESMTP id A7805A69A for ; Thu, 10 Jun 2004 17:22:01 -0600 (MDT) Sender: rloef@tatteredcover.com Message-ID: <40C8EE0F.D385F4B4@tatteredcover.com> Date: Thu, 10 Jun 2004 17:26:07 -0600 From: Reed Loefgren X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.22 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Paging multiple columns in the console 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, 10 Jun 2004 23:28:04 -0000 All, I'm moving to FreeBSD from Slackware and have one thing that bugs me a bit. If I do an ls on a big directory, say /usr/bin, I get output in a couple columns (I'm using bash.) In FreeBSD (4.9) If I ls a big directory it will output a couple columns, but I can't page it unless I pipe the output to more or less, and then I get a single column. Is there a way I can keep the multi-column output but still use a pager? This isn't a problem if I'm in X, just console. I know I can hit the (I think) scroll lock and do this, but I'm looking for something that flows a bit better for me. Thanks, r