How to force the less program to not clear the screen upon exit?
I'd like it to behave like git log command:
- it leaves the recently seen page on screen upon exiting
- it does not exit the
lesseven if the content fits on one screen (trygit log -1)
Any ideas? I haven't found any suitable less options nor env variables in a manual, I suspect it's set via some env variable though.
morewould not be suitable? – Svend Feb 9 '10 at 11:48