Sorting Output
Learn how to sort the output in the CLI.
We'll cover the following...
The sort
command
The sort
command can sort output alphabetically or numerically. Not every program sorts its output, but we can pipe the output to sort when needed.
Remember ...