SyntaxFix
Write A Post
Hire A Developer
Questions
cat filename | sort | uniq -c | awk -F" " '$1<2 {print $2}'
Deletes the duplicate lines using awk.