How do you search for tabs in the linux command less?
I've tried /\t but that only seems to search for the character t.
/\t
t
This question came from our site for professional and enthusiast programmers.
At the risk of suggesting the obvious:
/Tab
works fine for me.
Press CtrlV, followed by Tab.
You can search for tabs using /^I (where ^I is Crtl+i).
/^I
This is a collaboratively edited question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.
Got a question about the site itself? meta is the place to talk about things like what questions are appropriate, what tags we should use, etc.
about » faq » meta »
tagged
asked
11 months ago
viewed
227 times
active
2 months ago