www.LinuxHowtos.org
pager.eselect
Section: eselect (5)Updated: June 2016
Index Return to Main Contents
NAME
pager.eselect - The PAGER management module for Gentoo's eselectSYNOPSIS
eselect pager [help|usage|version]eselect pager list
eselect pager set target
eselect pager show
eselect pager update
DESCRIPTION
eselect is Gentoo's configuration and management tool. It features modules that care for the individual administrative tasks.ACTION: LIST
eselect pager listList available targets for the PAGER variable.
# eselect pager list
Available targets for the PAGER variable:
[1] /usr/bin/less
[2] /bin/more *
[ ] (free form)
ACTION: SET
eselect pager set targetSet the PAGER variable in the system profile. target can be either an identification number given by eselect pager list or the name of an installed terminal pager program.
# eselect pager set 2
Setting PAGER to /usr/bin/less ...
Run ". /etc/profile" to update the variable in your shell.
ACTION: SHOW
eselect pager showShow the value of the PAGER variable in the system profile.
# eselect pager show
PAGER variable in profile:
/usr/bin/less
ACTION: UPDATE
eselect pager updateUpdate the PAGER variable if it is unset or invalid.
FILES
- /etc/env.d/99pager
- Configuration file where the variable is stored.
AUTHOR
Ulrich Müller <ulm@gentoo.org>SEE ALSO
eselect(1), environ(7)