Skip to main content
Mention Solaris in the title as there was some confusion about this in a comment; edited tags
Link
Kusalananda
  • 355.8k
  • 42
  • 735
  • 1.1k

changing Changing default (man) pager on Solaris 10

added 17 characters in body
Source Link
stevica
  • 183
  • 1
  • 3
  • 8

I'm working on Solaris 10, using bash. Want to change default pager from "more" to "less" (because "less is more" :). Tried to do the following:

PAGER=less

PS. When I do it in csh via

setenv PAGER less

then it works

I'm working on Solaris 10, using bash. Want to change default pager from "more" to "less" (because "less is more" :). Tried to do the following:

PAGER=less

PS. When I do it in csh via

setenv PAGER less

I'm working on Solaris 10, using bash. Want to change default pager from "more" to "less" (because "less is more" :). Tried to do the following:

PAGER=less

PS. When I do it in csh via

setenv PAGER less

then it works

deleted 9 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 238

I'm working on Solaris 10, using bash. Want to change default pager from "more" to "less" (because "less is more" :). Tried to do the following:

PAGER=less

PS. When I do it in csh via

setenv PAGER less

it works.

Thanks,

I'm working on Solaris 10, using bash. Want to change default pager from "more" to "less" (because "less is more" :). Tried to do the following:

PAGER=less

PS. When I do it in csh via

setenv PAGER less

it works.

Thanks,

I'm working on Solaris 10, using bash. Want to change default pager from "more" to "less" (because "less is more" :). Tried to do the following:

PAGER=less

PS. When I do it in csh via

setenv PAGER less
Source Link
stevica
  • 183
  • 1
  • 3
  • 8
Loading