I have several numbers with a count next to them as shown below:
12345678 10
12345789 1
22235689 23
I need to be able to sort the numbers out so that they are displayed as follows:
22235689 23
12345678 10
12345789 1
ie. The second field is sorted with the highest count value first.
The numbers are in a file called Count_of_num
12345678 10
12345789 1
22235689 23
I need to be able to sort the numbers out so that they are displayed as follows:
22235689 23
12345678 10
12345789 1
ie. The second field is sorted with the highest count value first.
The numbers are in a file called Count_of_num