$ perl -lne 's/\t.*//; print if !$saw{$_}++' input_file > output_file [download]
In reply to Re: output unique lines only by blazar in thread output unique lines only by sbp