Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2000 00:30:38 -0400 (EDT)
From:      Sean Lutner <sean@rentul.net>
To:        "Daniel C. Sobral" <dcs@newsguy.com>
Cc:        laa@laa.zp.ua, hackers@FreeBSD.ORG
Subject:   Re: PATCH src/etc/root : more->less
Message-ID:  <Pine.BSF.4.21.0007130029550.1330-100000@lowrider.lewman.org>
In-Reply-To: <396C5C64.84EDA6D8@newsguy.com>

next in thread | previous in thread | raw e-mail | index | archive | help
(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
> 
> 		<jkh> _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."
> 		<EE> jkh: does it really include the 'good luck' part?
> 		<jkh> EE: OK, I made that part up.
> 		<jkh> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0007130029550.1330-100000>