hello monks,
i have 2 dir test1 and test2 and test1 dir contain 2 files abc.txt and xyz.txt while in test2 dir contain 3 files abc.txt, sdf.txt and fgh.txt.
i just want two copy the files in to another dir like
xyz.txt is not in test2 so copy it and placed it in test2
likewise make both dir same not touch the abc.txt because it present in both although their contains are differert.