Cheatsheet & Examples: sort
The sort command is used to sort lines of text files in alphabetical, numerical, or other specified orders. It can also handle unique entries, reverse sorting, and field-based sorting.
Sorting a file alphabetically
Example Usage:sort filename.txt
W...
tech.mrleong.net3 min read