The best way to know if you files are identical is not to rely on sizes or last access dates but to get an MD5 hash of 2 files and compare them. I end up doing this a lot in my scripts so i wrote a little function to make it easy.
↧
The best way to know if you files are identical is not to rely on sizes or last access dates but to get an MD5 hash of 2 files and compare them. I end up doing this a lot in my scripts so i wrote a little function to make it easy.