Celeb Glow
general | March 11, 2026

How do you search for tabs in the linux command less?

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.

3 Answers

At the risk of suggesting the obvious:

/Tab

works fine for me.

Press / then CtrlV, followed by Tab.

0

You can search for tabs using /^I (where ^I is Crtl+i).

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy