Gsort sorts the student records stored in grades files.
gsort [sort options] [files]
Gsort sorts the list of students using the key specified in the sort options. If no key is specified, the student name is used.
If no files are specified, input comes from the standard input and the sorted file is written to the standard output.
There are no significant changes, except that you can now specify more than one file to be sorted.