Help for this page

Select Code to Download


  1. or download this
    perl -e' while(<>) {print unless $s{(split /\|/)[0]}++;}' < infile > o
    +utfile
    
  2. or download this
    perl -i.bak -e' while(<>) {print unless $s{(split /\|/)[0]}++;}' infil
    +e