awk 'a != $0; { a = $0 }' contents.txt
Example
aaaaa bbbbb ccccc ccccc ddddd ddddd eeeee bbbbb
returns:
aaaaa bbbbb ccccc ddddd ddddd eeeee bbbbb