On Fri, 2019-12-13 at 16:44 +0000, Tony Mountifield wrote:
> In article <5c2439dc6351659900b0c7ef421ae3f1e7b84fe4.ca...@biggs.org.uk>,
> Pete Biggs <p...@biggs.org.uk> wrote:
> > > is what is annoying me. That seems to be what I would expect if I
> > > piped it to less. I checked a fedora 31 and another centos 8 box and
> > > am seeing the same behaviour. Am I missing something?
> > > 
> > 
> > The environment variable $PAGER determines what pager to use.  The
> > default is 'less'. User 
> > 
> >   export PAGER=more 
> > 
> > to use 'more' instead. Or
> > 
> >  export PAGER=
> > 
> > to not pipe to a pager.
> 
> This would also affect "man". Better to use SYSTEMD_PAGER.
> 
That is probably a beneficial side-effect.

P.


_______________________________________________
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos

Reply via email to