grep a tab in UNIX September 13, 2022 by Tarik If using GNU grep, you can use the Perl-style regexp: grep -P '\t' *