Is there anyway by i can copy files of a directory recursively by checking if the file already exist in the destination (specifically by using cksum command) during the copy procedure??
+4
A:
What you're looking for is called rsync. It's typically used across a network but also works locally.
Asaph
2009-10-04 07:01:51