如何让`man` 实用程序使用`less` 来显示手册而不是`more`?

How*_*ard 9 linux unix solaris

我有这个 Solaris 10 安装,它more用来显示手册内容。有没有办法让它less用来显示手册?因为more真的不方便使用。

谢谢你。

jll*_*gre 14

这是记录在案的方法:

export PAGER=less
Run Code Online (Sandbox Code Playgroud)