Idea for improving file copying

If you are copying a file to a directory and there’s already a file with the same name in that directory, before prompting to overwrite or cancel, compare MD5 hashes of the files. If they’re the same, don’t both copying over the file or prompting.

Posted on
October 26, 2011 9:58 pm
 
 

2 Responses to “Idea for improving file copying”

  1.  

    rsync does more sophisticated versions of this idea already. File length, date stamp, and quicker checksums.

  2.  

    True enough, but surely something like this should be built into the standard file copy operation on modern OS’s, right?

Leave a Reply

Name and Mail fields are required. Emails will not be published.