[R] Use less instead of more

Kurt Hornik Kurt.Hornik at ci.tuwien.ac.at
Tue Dec 15 08:48:39 CET 1998


>>>>> Yusuke Uchiyama writes:

> Hello,

> I would like to use "less" as pager instead of the default, "more".
> So I edited RHOME/bin/pager so that I can use less.
> Is it all right?

The preferred way is via setting the environment variable PAGER.

In Bourne shells
	PAGER=less; export PAGER
In *C* shells
	setenv PAGER less

-k
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list