Welcome to the next pikoTutorial!
Basic usage
At its most basic, the sort command sorts lines in a file alphabetically. For example, if you have a file named data.txt, you can print its sorted content with:
sort data.txt
Of course, such console outp...