linhas únicas do Linux
#to print :
uniq -u file.txt
#to save into file:
uniq -u file.txt > new_uniq_file.txt
Awful Armadillo
#to print :
uniq -u file.txt
#to save into file:
uniq -u file.txt > new_uniq_file.txt