<- Back to Blog
Tool Update - Sort Lines
Ben Maddox ยท Saturday, December 2, 2023
There's a new tool. Sort lines. It shows a sorted list of lines from what you enter. You could start with
c
a
b
a
d
and it would sort it to this.
a
a
b
c
d
Have a great day!
Ben Maddox