About Line Sorter
Sort any list of lines in multiple ways: AโZ, ZโA, shortest first, longest first, or random shuffle. Options: case-sensitive sorting, trim whitespace, remove duplicates, remove empty lines, natural number sorting (1, 2, 10 instead of 1, 10, 2). Shows input line count, output line count and how many lines were removed. Pre-loaded with an example list containing duplicates and numbered items.