Sort Lines Tool

Sort lines of text alphabetically or numerically. Use for data organization, list management, and text file preparation.

Audits

Pass

Install

openclaw skills install sort-lines-tool

Sort Lines - Line Sorting Tool

Arrange text lines in alphabetical or numerical order. Supports case-insensitive sorting, reverse order, and unique line filtering.

Usage

sort-lines-tool [options] <file>

Options

  • -n: Numeric sort (instead of alphabetical)
  • -r: Reverse order
  • -u: Unique lines only
  • -f: Case-insensitive sort

Examples

sort-lines-tool names.txt
sort-lines-tool -n numbers.txt
sort-lines-tool -r data.txt