will sort the contents of the file called names and send the output to the file sorted-
names. The data in names will be sorted in ASCII order, that is, using a standard col-
lating sequence so lines with leading blanks come first (in sorted order), lines with
lowercase characters follow, and lines beginning with uppercase characters come last.
To sort the list in alphabetical order but ignore the case of letters, the command is: