Penguin
Annotated edit history of grepNotes version 2, including all changes. View license author blame.
Rev Author # Line
1 BenStaz 1 !How do I grep for special characters such as tab??
2
2 BenStaz 3 In bash, ''^v'' means insert the next character literally (verbatim), instead of interpreting it.
1 BenStaz 4
5 So for example:
6
7 *grep "blabala<now hold down control and press v. DONT type it><now press the character you want to insert literally>blabla"