Chris Turner wrote:
> Jeremy C. Reed wrote:
> > less is not more. man uses "more" by default.
>
> you can:
>
> export PAGER=less
> or
> setenv PAGER less
>
> to change the man(1) behavior, btw.
Just for completeness, if you rather want the opposite
behaviour, i.e. less to behave like
Jeremy C. Reed wrote:
less is not more. man uses "more" by default.
you can:
export PAGER=less
or
setenv PAGER less
to change the man(1) behavior, btw.
On Sat, 11 Dec 2010, Pierre Abbat wrote:
> When less gets to the end of file, sometimes it exits, sometimes it
> doesn't. If I run "man less", it exits at end (this is the -e or -E
> option), but if I run "man less |less", it doesn't. On Linux (at least
> all the distros I've used), it doesn't
When less gets to the end of file, sometimes it exits, sometimes it doesn't.
If I run "man less", it exits at end (this is the -e or -E option), but if I
run "man less |less", it doesn't. On Linux (at least all the distros I've
used), it doesn't exit at EOF. How come it does on DFly?
Pierre
--