Hi

can someone help me please

I have 3 wordlists, one is made up of 3 letter words, one of 4 letter words and one of 5 letter words.

I want to create a new wordlist that creates all possible combinations of these 3 wordlists, each word seperated by a - symbol

e.g.

worldlist 1 contains

Dog
Cat

wl2 contains

here
then

wl3 contains

where

i would like to create a wordlist that contains the following

dog-here-where
cat-here-where
dog-then-where

etc

is there a way to do this using crunch or any other tools?

TIA