Help for this page

Select Code to Download


  1. or download this
    perl -lne 'print unless $counts{0+$_}++' input.txt > output.txt
    
  2. or download this
        print unless $counts{0+$_}++