From owner-freebsd-hackers Wed Jul 12 21:31:28 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.lewman.org (lowrider.lewman.org [209.67.240.52]) by hub.freebsd.org (Postfix) with ESMTP id 6690E37C053 for ; Wed, 12 Jul 2000 21:31:25 -0700 (PDT) (envelope-from sean@rentul.net) Received: by mail.lewman.org (Postfix, from userid 1004) id F26FF3D34; Thu, 13 Jul 2000 00:30:53 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.lewman.org (Postfix) with ESMTP id 6320D5BBF; Thu, 13 Jul 2000 00:30:53 -0400 (EDT) Date: Thu, 13 Jul 2000 00:30:38 -0400 (EDT) From: Sean Lutner X-Sender: sean@lowrider.lewman.org To: "Daniel C. Sobral" Cc: laa@laa.zp.ua, hackers@FreeBSD.ORG Subject: Re: PATCH src/etc/root : more->less In-Reply-To: <396C5C64.84EDA6D8@newsguy.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG (17) sean@pulse: ~ $ ls -G ls: illegal option -- G usage: ls [-ACFHLPRTWacdfgiklnoqrstu1] [file ...] (18) sean@pulse: ~ $ sure about that? output from a 4.0-STABLE system, last cvsup'd july 1. On Wed, 12 Jul 2000, Daniel C. Sobral wrote: > laa@laa.zp.ua wrote: > > > > What about it for 4.0-ST? > > > > alias h history 25 > > alias j jobs -l > > -alias la ls -a > > -alias lf ls -FA > > -alias ll ls -lA > > +alias la ls -aG > > +alias lf ls -FAG > > +alias ll ls -lAG > > No. If you want colors, alias ls ls -G. And, in particular, we do not > impose colors by default. > > > -setenv PAGER more > > +setenv PAGER less > > Why would we do that? Unix pager is more(1). That is true in all Unix in > existance. > > > -HOME=/root > > -export HOME > > -TERM=${TERM:-cons25} > > -export TERM > > -PAGER=more > > -export PAGER > > +export HOME=/root > > +export TERM=${TERM:-cons25} > > +export PAGER=less > > That's not garanteed to work. Not all shells support export used in this > way. So, again, no. > > -- > Daniel C. Sobral (8-DCS) > dcs@newsguy.com > dcs@freebsd.org > capo@the.great.underground.bsdconpiracy.org > > _DES: The Book of Bruce has only one sentence in it, and it says > "the actual directives of my cult are left as an exercise for the > reader. Good luck." > jkh: does it really include the 'good luck' part? > EE: OK, I made that part up. > EE: I figured it should sound a bit more cheery than how Bruce > initially dictated it to me. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message