I have a text file which looks like this
1 1.2 2 1.3 3 1.4 4 1.5 5 1.6
I want it like this:
5 1.6 4 1.4 3 1.3 2 1.2 1 1.1