Help for this page

Select Code to Download


  1. or download this
    perl -lne '/^([^\t]*)\t/; $hash{$1}++}{print $_ foreach(keys %hash)' i
    +nfile.txt
    
  2. or download this
    ls dir | for each file execute: perl -lne '/^([^\t]*)\t/; $hash{$1}++}{print $_ foreach(keys %hash)'