TXT Remove Duplicate Text Lines

Remove all lines in a text that are duplicate.

What does this app do?

This splits any text by the new line characters then keeps only the unique lines.

Why is removing duplicate lines useful?

If you have a large file where each line represents an element, this is a quick way to keep only the unique elements instead of manually going through each one.

Does it trim white spaces?

It does not. If a two text lines are identical but one of them has one extra space character it will see them as being different.