How do you search for tabs in the linux command less?
Solution 1:
At the risk of suggesting the obvious:
/Tab
works fine for me.
Solution 2:
Press / then CtrlV, followed by Tab.
Solution 3:
You can search for tabs using /^I
(where ^I is Crtl+i).