How do I grep tab () in files on the Unix platform?
grep
If using GNU grep, you can use the Perl-style regexp:
grep -P '' *
2.1m questions
2.1m answers
60 comments
57.0k users