Arrange text lines in alphabetical or numerical order. Supports case-insensitive sorting, reverse order, and unique line filtering.
sort-lines-tool [options] <file>
-n: Numeric sort (instead of alphabetical)-r: Reverse order-u: Unique lines only-f: Case-insensitive sortsort-lines-tool names.txt
sort-lines-tool -n numbers.txt
sort-lines-tool -r data.txt
共 1 个版本