[pappy@chmodx]:$ man sort

$ sort

Sort lines of text files

DOCUMENTEDSearch & textUbuntu 24.04 LTS baseline

Synopsis

sort [OPTION]... [FILE]...

What it does

Examples

Sort lines alphabetically
sort names.txt
Numeric sort
sort -n numbers.txt
Reverse sort
sort -r names.txt

Important details

These examples are intentionally conservative. Command behavior can still depend on filesystem state, permissions, locale, shell, installed package version, and other system configuration. For exact option semantics, the linked authoritative documentation is the source of truth.