Remove duplicate lines

awk '!x[$0]++' file.txt > file_clean.txt
You are here quickies:bash:files