in reply to RE: RE (tilly) 1: remove duplicate lines from input file
in thread remove duplicate lines from input file

Or even (golf alert): perl -ne '${$_}||=print' file (although it's not strict compliant, and breaks if strings have NULLs in them).

$_="goto+F.print+chop;\n=yhpaj";F1:eval
  • Comment on RE: RE: RE (tilly) 1: remove duplicate lines from input file