9

I've this Solaris 10 installation and it uses more to display manual content. Is there a way to make it using less to display manual? because more is really not convenient to use.

Thank you.

Howard
  • 2,336

1 Answers1

14

This is the documented way to do it:

export PAGER=less
jlliagre
  • 14,369