grep a tab in UNIX

If using GNU grep, you can use the Perl-style regexp:

grep -P '\t' *

Leave a Comment