Skip to main content
Improved formatting
Source Link
heemayl
  • 58.1k
  • 9
  • 129
  • 144

less -X might be what you're looking for, that's the option to disable preserving and resetting the screen

It could be that you're sending some less options by default. Do you have $LESS$LESS defined in your environment?

less -+X will reset the option, you could try calling it like that and see if it helps.

less -X might be what you're looking for, that's the option to disable preserving and resetting the screen

It could be that you're sending some less options by default. Do you have $LESS defined in your environment?

less -+X will reset the option, you could try calling it like that and see if it helps

less -X might be what you're looking for, that's the option to disable preserving and resetting the screen

It could be that you're sending some less options by default. Do you have $LESS defined in your environment?

less -+X will reset the option, you could try calling it like that and see if it helps.

Post Migrated Here from stackoverflow.com (revisions)
Source Link
cms
cms

less -X might be what you're looking for, that's the option to disable preserving and resetting the screen

It could be that you're sending some less options by default. Do you have $LESS defined in your environment?

less -+X will reset the option, you could try calling it like that and see if it helps