Im trying to find a script that will randomize the order of certain word lists.

For example lets say i have the following words in a text file..

Cat
Dog
Fish

I would paste them into the script and it would then output something like this..

Cat
Dog
Fish
CatDog
CatFish
DogCar
DogFish
FishCat
FishDog

Anyone know if such a script exists and if so, do you happen to have a link handy

Regards,

Lee