sort command
The default function of sort command and the -r or --reverse option
nuclearegg69@zenbook-f13:~$ cat unsorted.txt
white apple
yellow orange
black banana
hannah montana
cheetah in the savanna
nuclearegg69@zenbook-f13:~$ sort unsorted.txt
black banana
c...
justmyahia.hashnode.dev1 min read