Say I have two folders with various content, foo and bar. How can I merge bar into foo so that:
- Files in
foothat are not inbarare untouched. - Files in
barthat are not infooare now infoo. - Files in
foothat are also inbarhave been replaced by the files frombar.