from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
|
You are here: manpages
pager.eselect
Section: eselect (5) Updated: June 2016 Index
Return to Main Contents
NAME
pager.eselect - The PAGER management module for Gentoo's eselect
SYNOPSIS
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 list
List 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
target
Set 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 show
Show the value of the
PAGER
variable in the system profile.
# eselect pager show
PAGER variable in profile:
/usr/bin/less
ACTION: UPDATE
eselect pager update
Update 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)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- ACTION: LIST
-
- ACTION: SET
-
- ACTION: SHOW
-
- ACTION: UPDATE
-
- FILES
-
- AUTHOR
-
- SEE ALSO
-
|