$ bash $ TAB=$(printf "\t") $ grep -Hn "$TAB" * #### $ perl -lne 'print "$ARGV:$.:$_" if /\t/ } continue { close ARGV if eof } {' *