Codice PHP:
$arr file('file.txt');
$arr array_unique($arr);
sort($arr);
echo 
'<pre>';
print_r($arr);