<- Back to Blog
Tool Update - Distinct Lines
Ben Maddox ยท Friday, December 1, 2023
There's a new tool. Distinct lines. It shows distinct lines of text from what you enter. Another way of saying it is that it removes duplicates. You could start with
a
a
b
b
c
and it would filter it down to this.
a
b
c
Have a great day!
Ben Maddox