COHERENT manpages
This page displays the COHERENT manpage for PAGER [Specify Output Filter].
List of available manpages
Index
PAGER -- Environmental Variable
Specify Output Filter
PAGER=``command options''
The environmental variable PAGER directs programs such as msgs, mail and
others to ``pipe'' their output into the command specified as the value of
PAGER. For example, the following sets up /bin/scat as the desired output
filter and passes a command line option to it to specify that the output
screen has 20 lines.
export PAGER="exec /bin/scat -l20"
See Also
scat,
environmental variables,
mail,
more,
msgs