Reverse

This is the game of 'reverse'. To win, all you have to do is arrange a list of numbers (1 through 9) in numerical order from left to right. To move, you tell me how many numbers (counting from the left) to reverse. For example, if the current list is:

2 3 4 5 1 6 7 8 9

And you reverse 4, the result will be:

5 4 3 2 1 6 7 8 9

Now if you reverse 5, you win!

1 2 3 4 5 6 7 8 9