Having looked at "man join" wasn't sure of it's use here.
Unknown number of files, constant is extension .list
(For testing purposes only using two)
cat *.list >> output.joined | sort -u
How can I test if the output.joined,
is indeed the combined two lists with dupes removed.