I have a text file named test
and it has content in it like this:
Pigeon is the world's oldest domesticated bird.
Research suggests that domestication of pigeons was as early as ten thousand years ago.
People who keep domestic pigeons are generally called pigeon fanciers.
Now I want a result like this with the sentences in reverse order:
People who keep domestic pigeons are generally called pigeon fanciers.
Research suggests that domestication of pigeons was as early as ten thousand years ago.
Pigeon is the world's oldest domesticated bird.
How do I do this?