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
Press / then CtrlV, followed by Tab.
At the risk of suggesting the obvious:
/Tab
works fine for me.
You can search for tabs using /^I (where ^I is Crtl+i).
/^I
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
590 times
active
2 months ago