1 2 3 4 5 6 7 8 9 10
| -P pager, --pager=pager
Specify which output pager to use. By default, man uses pager, falling back to cat
if pager is not found or is not executable. This option overrides the $MANPAGER en‐
vironment variable, which in turn overrides the $PAGER environment variable. It is
not used in conjunction with -f or -k.
The value may be a simple command name or a command with arguments, and may use
shell quoting (backslashes, single quotes, or double quotes). It may not use pipes
to connect multiple commands; if you need that, use a wrapper script, which may take
the file to display either as an argument or on standard input. |
Partager