How do I grep tab ( ) in files on the Unix platform?
Grep a tab in UNIX
De openkb
Sommaire |
Questions
Answers
If using GNU grep, you can use the Perl-style regexp:
$ grep -P *
Source
License : cc by-sa 3.0
http://stackoverflow.com/questions/1825552/grep-a-tab-in-unix