I have a file that contains:
something something else something else again
I need a bash command, sed/grep w.e that will produce the fo
Pipelining it to |uniq may be solution (if other than empty lines don't duplicate)