Help for this page

Select Code to Download


  1. or download this
    $ bash
    $ TAB=$(printf "\t")
    $ grep -Hn "$TAB" *
    
  2. or download this
    $ perl -lne 'print "$ARGV:$.:$_" if /\t/ } continue { close ARGV if eo
    +f } {' *