Merging two directories in Linux

To merge two directories, recursivly, use the following rsync command below:

rsync -avh --progress --remove-source-files --dry-run SOURCE DESTINATION

Remove --dry-run when you are happy the command is going to do as you want