What is the difference between the following to commands?
sort -u FILE sort FILE | uniq
I have worked on some servers where sort don't support '-u' option. there we have to use
sort xyz | uniq