lignes uniques Linux

#to print :
uniq -u file.txt

#to save into file:
uniq -u file.txt > new_uniq_file.txt
Awful Armadillo