- Which sort orders are supported?
- Alphabetical (ASCII and locale-aware), numerical (treats leading numbers specially), reverse (desc), version-aware (1.2 < 1.10), and random.
- How does natural sort differ from alphabetical?
- Natural sort treats embedded numbers as numeric values. 'file-1', 'file-2', 'file-10' sort correctly; alphabetical sort produces 'file-1', 'file-10', 'file-2'.
- Can I sort by a specific column?
- Yes — toggle 'sort by column N' after entering a delimiter. Useful for CSV data and whitespace-separated values.
- Will it dedupe while sorting?
- Optional — toggle 'sort + dedupe' to combine both operations. Otherwise sort preserves every line including duplicates.