this is just an example what is supposed to happen if you have duplicates.
cp -v is copying in verbose mode and you get to see something along the lines of
Code:
`./dir1/samefile' -> `./samefile' (backup: `./samefile.~1~')
in its output.