Script to find duplicated files
Posted: 27 Jan 2017 12:52
i want to check if two files are duplicated by script
like this
please tell me the code using "Byte-to-byte" method and "SHA-1" method
reference of "Duplicate File Finder" feature
https://www.xyplorer.com/release_11.60.php
Thanks alot
like this
Code: Select all
if ($file1 duplicated $file2)
{
delete file1;
}reference of "Duplicate File Finder" feature
https://www.xyplorer.com/release_11.60.php
Thanks alot