Sort it out please!

Sorting lines in a file can be done with sort:
sort file.txt
It has an enormous list of options, this website has a very clear overview table of all the options.

Instead of going over all the options, let’s just see them in action during the quiz. Before you go to the quiz, download an example text file here.

1 – Practice a bit more on your own computer:
Open Replit, upload the example file (see link above), and sort it in many different ways.