I want to sort my file by decreasing number of the second column, but not changing the place of the header. Currently it is like this in a csv file that has two columns like this:
Person Age
Sarah 15
Robert 23
Emma 31
Bob 9
I want it to be like this:
Person Age
Emma 31
Robert 23
Sarah 15
Bob 9
Please help a beginner in Unix.