I am trying to copy, recursively, the content of a directory to another using:
cp -Rv source_dir/* dest_dir/
It seems that everything work ok but when I list that directory with ls -l the change data it is not updated to the current time. So, how can I be sure that my command has overwritten the old files?