Just have to love this: You find yourself with a textual list of items you want to sort in your clipboard and console with `sort` is available:
"If you type sort - the command will accept input from stdin. Then you can just paste whatever you want into the console and type CTRL-D to sort it."
https://stackoverflow.com/a/2434719/12775994
#Shortcuts #WhenComputersMakeLifeEasier #GNU #Coreutils #Sort #FOSS
(And, yes, I know there probably is a way to do this in PowerShell with only 16 lines of code, and it's beautiful and no-one wants to take it from you.)