Output the unique lines from the given input or file.
uniq {{file}}
uniq -u {{file}}
uniq -d {{file}}
uniq -c {{file}}