1

I'm reading file using Less. I need to search for some text, but I would like to exclude some other text.

Is it possible to build expressions like

/someText OR another text

or its not supported ?

xhienne
  • 5,738
  • 1
  • 15
  • 34
jmt
  • 719
  • 1
  • 9
  • 28

1 Answers1

2

You can use regular expressions in less search.

/some text|another text
kolejnik
  • 136
  • 5