I would like to clarify exactly what you are thinking.

Currently "Remove Duplicate Lines, (ordered|sorted)" keeps the first occurrence of a repeating line.

The function you are suggesting would remove all occurrences of a repeating line?

Example File Result
ex.1 cat
dog
cat
cat
cat
tree
dog
tree
ex.2 cat
dog
cat
tree
cat
cat
tree
dog

* no animals where harmed in the creation of this table


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.