Questions tagged [less]

27 questions
11
votes
1 answer

How can you set the -R in your LESS environment variable?

The question is based on this answer. How can you set the -R in your LESS environment variable?
1
vote
1 answer

Unable to understand a line of Less_termcap

This problem is related to the thread. The line in my .zshrc export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking The following seems to mean \$ starts the expression ' -- ' says everything in the brackets matters \E apparently says that…
0
votes
1 answer

How do you jump to a particular line when using less from the command line?

I want something like: less -j 4567 file.txt
James
  • 113