Penguin

How do I grep for special characters such as tab??

In bash, ^v means insert the next character literally (verbatim), instead of interpreting it.

So for example:

  • grep "blabala<now hold down control and press v. DONT type it><now press the character you want to insert literally>blabla"