inicio sindicaci;ón

grep for a tab in bash

Notes for myself.
To grep for a tab in bash.
Ctrl-v, TAB key to insert the tab on the command line.
Works with other characters as well.
In emacs, Ctrl-q, char key.

Found this out here.
http://www.orafaq.com/forum/t/37005/0/

Gravatar

lafemme said,

March 5, 2008 @ 9:37 pm

What the heck does this mean?

Gravatar

jehan said,

August 8, 2008 @ 4:35 am

It means that you can enter the tab character by pressing CTRL-V before pressing the TAB key.

so you can grep -e ” yourFile

thanks for the tip. Been looking how to do that for some time now.

RSS feed for comments on this post · TrackBack URI

Leave a Comment