PTHPasteboard icon

Remove Duplicate Lines Filter

The Remove Duplicate Lines filter goes through each line of the input text and ensures that no two lines are identical to each other. If any lines match only the first instance of it will be kept, all others will be removed.

input output
123
456
123
4567
123
456
4567

See also