http://qs1969.pair.com?node_id=514539


in reply to output unique lines only

No need for Perl, unless you're doing something more complicated. Type this from your *IX command line.

cut -d" " -f1 FileName | sort | uniq