Skip to content


grepping for

There are times when you want to have nos in source codes. So how do you grep for them?

grep -R '[CTRL+V][TAB]' .

Where [KEY] are actual key presses

Finding tabs within Vim is easy: /\t

Posted in C/C++, Java, Linux. Tagged with , .